Esempio n. 1
0
 public ClientMessageInspector(IEncryptXml encryptXml,
                               ISignXml signXml)
 {
     _encryptXml = encryptXml;
     _signXml    = signXml;
     _soapEnvelopeConfiguration = (SoapEnvelopesSection)ConfigurationManager.GetSection("SoapEnvelopes");
 }
 public SignAndCryptRequestInspector(IEncryptXml encryptXml, IPKIClient client)
 {
     _encryptXml = encryptXml;
     _client     = client;
 }