Partager via


RemoteAccessUser.BackingIdentity Property

 

Gets the Windows Identity for the user account.

Namespace:   Microsoft.WindowsServerSolutions.Web.Security
Assembly:  Wssg.Web (in Wssg.Web.dll)

Syntax

public WindowsIdentity BackingIdentity { get; private set; }
public:
property WindowsIdentity^ BackingIdentity {
    WindowsIdentity^ get();
    private: void set(WindowsIdentity^ value);
}
Public Property BackingIdentity As WindowsIdentity
    Get
    Private Set
End Property

Property Value

Type: System.Security.Principal.WindowsIdentity

An instance of WindowsIdentity.

See Also

RemoteAccessUser Class
Microsoft.WindowsServerSolutions.Web.Security Namespace

Return to top