Ejemplo n.º 1
0
 public Saml2Utils(IFedletCertificateFactory certificateFactory)
 {
     _certificateFactory = certificateFactory;
 }
Ejemplo n.º 2
0
 public Saml2Utils(IFedletCertificateFactory certificateFactory)
 {
     _certificateFactory = certificateFactory;
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Ctr.
 /// </summary>
 public Saml2Utils(IFedletCertificateFactory certificateFactory, ILogger logger)
 {
     m_certificateFactory = certificateFactory ?? throw new ArgumentNullException(nameof(logger));
     m_logger             = logger ?? throw new ArgumentNullException(nameof(logger));
 }