Gets a string that specifies that the right represents an identity.
Namespace:
System.IdentityModel.Claims
Assembly:
System.IdentityModel (in System.IdentityModel.dll)
Visual Basic (Declaration)
Public Shared ReadOnly Property Identity As String
Dim value As String
value = Rights.Identity
public static string Identity { get; }
public:
static property String^ Identity {
String^ get ();
}
public static function get Identity () : String
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.
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.
.NET Framework
Supported in: 3.5, 3.0
Reference