Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the WindowsIdentity object.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public WindowsIdentity WindowsIdentity { get; }
public:
property WindowsIdentity^ WindowsIdentity {
WindowsIdentity^ get();
}
Public ReadOnly Property WindowsIdentity As WindowsIdentity
Property Value
Type: System.Security.Principal.WindowsIdentity
An instance of WindowsIdentity.
See Also
UserIdentity Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top