示例#1
0
 public SamlResponseWriter(ICertificateService certificates, ISamlResponseXmlSigner xmlSigner, IAssertionXmlEncryptor encryptor)
 {
     _certificates = certificates;
     _xmlSigner = xmlSigner;
     _encryptor = encryptor;
 }
示例#2
0
 public SamlResponseWriter(ICertificateService certificates, ISamlResponseXmlSigner xmlSigner, IAssertionXmlEncryptor encryptor)
 {
     _certificates = certificates;
     _xmlSigner    = xmlSigner;
     _encryptor    = encryptor;
 }