.NET Framework Class Library
Rights..::.Identity Property

Gets a string that specifies that the right represents an identity.

Namespace:  System.IdentityModel.Claims
Assembly:  System.IdentityModel (in System.IdentityModel.dll)
Syntax

Visual Basic (Declaration)
Public Shared ReadOnly Property Identity As String
Visual Basic (Usage)
Dim value As String

value = Rights.Identity
C#
public static string Identity { get; }
Visual C++
public:
static property String^ Identity {
    String^ get ();
}
JScript
public static function get Identity () : String

Property Value

Type: System..::.String
The right that represents an identity.
Remarks

The string that is returned by the Identity property is http://schemas.xmlsoap.org/ws/2005/05/identity/right/Identity.

In general, a typical ClaimSet has one claim with the Identity right. This claim represents the identity of the ClaimSet. For example, a WindowsClaimSet has a SID claim that represents the user's SID. Likewise, the X509CertificateClaimSet has a Thumbprint claim that represents the identity that is associated with an X.509 certificate.

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

Tags :


Page view tracker