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.Web.Security
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public WindowsIdentity BackingIdentity { get; set; }
public:
property WindowsIdentity^ BackingIdentity {
WindowsIdentity^ get();
void set(WindowsIdentity^ value);
}
Public Property BackingIdentity As WindowsIdentity
Property Value
Type: System.Security.Principal.WindowsIdentity
An instance of WindowsIdentity.
See Also
UserInformation Class
Microsoft.WindowsServerSolutions.Web.Security Namespace
Return to top