Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice.RfcAuthenticationChoice C# (CSharp) Method

RfcAuthenticationChoice() public method

public RfcAuthenticationChoice ( Asn1Tagged choice ) : System
choice Novell.Directory.Ldap.Asn1.Asn1Tagged
return System
        public RfcAuthenticationChoice(Asn1Tagged choice)
            : base(choice)
        {
        }

Same methods

RfcAuthenticationChoice::RfcAuthenticationChoice ( System mechanism, sbyte credentials ) : System
RfcAuthenticationChoice