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

속성 값

Boolean

이 속성은 Kerberos 암호화가 사용되면 true이고, 그렇지 않으면 false입니다.

예외

LdapConnection 개체가 이미 삭제되었습니다.

적용 대상