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)

プロパティ値

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

例外

基盤となるになるストアは、このプロパティをサポートしていません。

適用対象