Represents an Ldap Authentication Choice.
///
///
/// AuthenticationChoice ::= CHOICE {
/// simple [0] OCTET STRING,
/// -- 1 and 2 reserved
/// sasl [3] SaslCredentials }
///
///
public class RfcAuthenticationChoice:Asn1Choice
{
//*************************************************************************
// Constructors for AuthenticationChoice
//*************************************************************************
///