C# Class Novell.Directory.Ldap.Rfc2251.RfcAuthenticationChoice

Represents an Ldap Authentication Choice.
 AuthenticationChoice ::= CHOICE { simple                  [0] OCTET STRING, -- 1 and 2 reserved sasl                    [3] SaslCredentials } 
Inheritance: Novell.Directory.Ldap.Asn1.Asn1Choice
显示文件 Open project: EventStore/csharp-ldap Class Usage Examples

Public Methods

Method Description
RfcAuthenticationChoice ( Asn1Tagged choice ) : System

Private Methods

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

Method Details

RfcAuthenticationChoice() public method

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