LdapSessionOptions.Sealing Propriedade

Definição

A propriedade Sealing habilita a criptografia Kerberos.The Sealing property enables Kerberos encryption.

public:
 property bool Sealing { bool get(); void set(bool value); };
public bool Sealing { get; set; }
member this.Sealing : bool with get, set
Public Property Sealing As Boolean

Valor da propriedade

Boolean

Essa propriedade será true se a criptografia Kerberos estiver habilitada ou false se não estiver.This property is true if Kerberos encryption is enabled or false if it is not.

Exceções

O objeto LdapConnection já foi descartado.The LdapConnection object is already disposed.

Aplica-se a