AuthBridge.Protocols.ProtocolHandlerBase.ProtocolHandlerBase C# (CSharp) Method

ProtocolHandlerBase() protected method

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

Same methods

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