This documentation is archived and is not being maintained.
AuthenticablePrincipal.PermittedWorkstations Property
Visual Studio 2008
Gets the list of workstations that this principal is permitted to log into.
Assembly: System.DirectoryServices.AccountManagement (in System.DirectoryServices.AccountManagement.dll)
'Declaration Public ReadOnly Property PermittedWorkstations As PrincipalValueCollection(Of String) 'Usage Dim instance As AuthenticablePrincipal Dim value As PrincipalValueCollection(Of String) value = instance.PermittedWorkstations
Property Value
Type: System.DirectoryServices.AccountManagement.PrincipalValueCollection(Of 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. |
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: