LdapSessionOptions.SaslMethod Propiedad

Definición

La propiedad SaslMethod especifica el método preferido para el enlace SASL (Nivel de autenticación y seguridad simples).

public:
 property System::String ^ SaslMethod { System::String ^ get(); void set(System::String ^ value); };
public string SaslMethod { get; set; }
member this.SaslMethod : string with get, set
Public Property SaslMethod As String

Valor de propiedad

Método de enlace SASL preferido.

Excepciones

El objeto LdapConnection ya se ha eliminado.

Se aplica a