次の方法で共有


LdapSessionOptions.Signing プロパティ

定義

Signing プロパティは、Kerberos 暗号化を有効にします。

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

プロパティ値

Kerberos 暗号化が有効である場合、このプロパティは true です。有効でない場合は false です。

例外

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

適用対象