LdapSessionOptions.SaslMethod Propiedad

Definición

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

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 LdapConnection objeto ya está eliminado.

Se aplica a