コード例 #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;
 }