Partager via


UserInformation.BackingIdentity Property

 

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