UserIdentity.WindowsIdentity Property
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