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 개체가 이미 삭제되었습니다.

적용 대상