WindowsSecurityToken.WindowsIdentity Property

Definition

Gets the Windows user associated with this security token.

public:
 virtual property System::Security::Principal::WindowsIdentity ^ WindowsIdentity { System::Security::Principal::WindowsIdentity ^ get(); };
public virtual System.Security.Principal.WindowsIdentity WindowsIdentity { get; }
member this.WindowsIdentity : System.Security.Principal.WindowsIdentity
Public Overridable ReadOnly Property WindowsIdentity As WindowsIdentity

Property Value

A WindowsIdentity that represents a Windows user.

Applies to