次の方法で共有


LdapSessionOptions.SecurityContext プロパティ

定義

SecurityContext プロパティは、現在の接続に関連付けられているセキュリティ コンテキストを指定します。

public:
 property System::Object ^ SecurityContext { System::Object ^ get(); };
public object SecurityContext { get; }
member this.SecurityContext : obj
Public ReadOnly Property SecurityContext As Object

プロパティ値

現在の接続に関連付けられているセキュリティ コンテキスト。

例外

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

適用対象