PrincipalContext.ContextType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プリンシパル コンテキストのストアのタイプを指定するコンテキスト タイプを取得します。
public:
property System::DirectoryServices::AccountManagement::ContextType ContextType { System::DirectoryServices::AccountManagement::ContextType get(); };
public System.DirectoryServices.AccountManagement.ContextType ContextType { get; }
member this.ContextType : System.DirectoryServices.AccountManagement.ContextType
Public ReadOnly Property ContextType As ContextType
プロパティ値
接続先のターゲットのタイプを指定する ContextType 列挙値。
注釈
このプロパティは、アプリケーションがプリンシパル コンテキストを直接作成せず、コンテキストの種類を指定しない場合に使用されます。 たとえば、アプリケーションがグループ メンバーシップを列挙する場合、このプロパティを使用して、プリンシパルが属するストアの種類を決定できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET