Exemplo n.º 1
0
 public SamlResponseWriter(ICertificateService certificates, ISamlResponseXmlSigner xmlSigner, IAssertionXmlEncryptor encryptor)
 {
     _certificates = certificates;
     _xmlSigner = xmlSigner;
     _encryptor = encryptor;
 }
Exemplo n.º 2
0
 public SamlResponseWriter(ICertificateService certificates, ISamlResponseXmlSigner xmlSigner, IAssertionXmlEncryptor encryptor)
 {
     _certificates = certificates;
     _xmlSigner    = xmlSigner;
     _encryptor    = encryptor;
 }