LdapSessionOptions.Sealing プロパティ

定義

Sealing プロパティを使用すると、Kerberos 暗号化が有効になります。

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

プロパティ値

このプロパティは、Kerberos 暗号化が有効になっている場合は true され、有効でない場合は false されます。

例外

LdapConnection オブジェクトは既に破棄されています。

適用対象