Share via


SingleSignOnIdentity.WindowsIdentity Property

 

Gets a Windows Identity property when the application has been configured as a Claims-aware application as well as a token based application. ASP.NET applications can access the Windows NT token of the user with the UPN from the token.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public WindowsIdentity WindowsIdentity { get; }
public:
property WindowsIdentity^ WindowsIdentity {
    WindowsIdentity^ get();
}
member WindowsIdentity : WindowsIdentity with get
Public ReadOnly Property WindowsIdentity As WindowsIdentity

Property Value

Type: System.Security.Principal.WindowsIdentity

A Windows Identity property.

See Also

SingleSignOnIdentity Class
System.Web.Security.SingleSignOn Namespace

Return to top