AuthenticablePrincipal::PermittedWorkstations Property
.NET Framework (current version)
Gets the list of workstations that this principal is permitted to log into.
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
Available since 3.5
System.DirectoryServices.AccountManagement
AuthenticablePrincipal Class
System.DirectoryServices.AccountManagement Namespace Overview
Show: