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)

속성 값

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

예외

기본 저장소는 이 속성을 지원하지 않습니다.

적용 대상