AuthenticablePrincipal.PermittedWorkstations プロパティ

定義

このプリンシパルがログインできるワークステーションの一覧を取得します。

public:
 property System::DirectoryServices::AccountManagement::PrincipalValueCollection<System::String ^> ^ PermittedWorkstations { System::DirectoryServices::AccountManagement::PrincipalValueCollection<System::String ^> ^ get(); };
public System.DirectoryServices.AccountManagement.PrincipalValueCollection<string> PermittedWorkstations { get; }
member this.PermittedWorkstations : System.DirectoryServices.AccountManagement.PrincipalValueCollection<string>
Public ReadOnly Property PermittedWorkstations As PrincipalValueCollection(Of String)

プロパティ値

このプリンシパルがログインを許可されているワークステーションの変更可能なリスト。

例外

基になるストアでは、このプロパティはサポートされていません。

適用対象