AuthenticablePrincipal::PermittedWorkstations Property

 

Gets the list of workstations that this principal is permitted to log into.

Namespace:   System.DirectoryServices.AccountManagement
Assembly:  System.DirectoryServices.AccountManagement (in System.DirectoryServices.AccountManagement.dll)

public:
property PrincipalValueCollection<String^>^ PermittedWorkstations {
	PrincipalValueCollection<String^>^ get();
}

Property Value

Type: System.DirectoryServices.AccountManagement::PrincipalValueCollection<String^>^

The mutable list of workstations that this principal is permitted to log into.

Exception Condition
InvalidOperationException

The underlying store does not support this property.

.NET Framework
Available since 3.5

System.DirectoryServices.AccountManagement
AuthenticablePrincipal Class
System.DirectoryServices.AccountManagement Namespace Overview

Return to top
Show: