LdapSessionOptions.SecurityContext 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
SecurityContext 屬性會指定與目前連接相關聯的安全性內容。
public:
property System::Object ^ SecurityContext { System::Object ^ get(); };
public object SecurityContext { get; }
member this.SecurityContext : obj
Public ReadOnly Property SecurityContext As Object
屬性值
與目前連接相關聯的安全性內容。
例外狀況
LdapConnection 物件已經過處置。