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)

속성 값

이 보안 주체에서 로그인할 수 있는 워크스테이션의 변경 가능한 목록입니다.

예외

기본 저장소가 이 속성을 지원하지 않는 경우

적용 대상