LdapSessionOptions.Sealing Propriedade
Definição
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
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.