AuthBridge.Protocols.ProtocolHandlerBase.ProtocolHandlerBase C# (CSharp) Méthode

ProtocolHandlerBase() protected méthode

protected ProtocolHandlerBase ( ClaimProvider issuer ) : System
issuer AuthBridge.Model.ClaimProvider
Résultat System
        protected ProtocolHandlerBase(ClaimProvider issuer)
            : this(issuer, DefaultConfigurationRepository.Instance)
        {
        }

Same methods

ProtocolHandlerBase::ProtocolHandlerBase ( ClaimProvider issuer, IConfigurationRepository configuration ) : System