ClientRolePrincipal::Identity Property

 

Gets the security identity associated with the ClientRolePrincipal.

Namespace:   System.Web.ClientServices
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public:
property IIdentity^ Identity {
	virtual IIdentity^ get() sealed;
}

Property Value

Type: System.Security.Principal::IIdentity^

Represents the current user.

When you validate a user in client application services, the ClientFormsAuthenticationMembershipProvider or the ClientWindowsAuthenticationMembershipProvider sets the static Thread::CurrentPrincipal property to an instance of this class. The ClientFormsAuthenticationMembershipProvider initializes the Identity property to a new instance of the ClientFormsIdentity class. The ClientWindowsAuthenticationMembershipProvider initializes the Identity property to the WindowsIdentity object returned by the static WindowsIdentity::GetCurrent() method.

.NET Framework
Available since 3.5
Return to top
Show: