Class ClaimTypes
Represents the pre-defined types of claims that an entity can claim. This class cannot be inherited.
Inherited Members
Namespace: IRM.IdentityModel.Claims
Assembly: IRM.dll
Syntax
public static class ClaimTypes
Fields
CorrelationId
Gets the URI for a claim that specifies a correlation identity.
Declaration
public const string CorrelationId = "http://schemas.irm.se/schemas/2008/12/identity/claims/correlationid"
Field Value
String
The string returned by this property is http://schemas.irm.se/schemas/2008/12/identity/claims/correlationid. |
ObjectId
Gets the URI for a claim that specifies an owner identity.
Declaration
public const string ObjectId = "http://schemas.irm.se/schemas/2008/12/identity/claims/objectidentifier"
Field Value
String
The string returned by this property is http://schemas.irm.se/schemas/2008/12/identity/claims/objectidentifier. |
OwnerId
Gets the URI for a claim that specifies an owner identity.
Declaration
public const string OwnerId = "http://schemas.irm.se/schemas/2008/12/identity/claims/ownerid"
Field Value
String
The string returned by this property is http://schemas.irm.se/schemas/2008/12/identity/claims/ownerid. |
PartyId
Gets the URI for a claim that specifies a party identity.
Declaration
public const string PartyId = "http://schemas.irm.se/schemas/2008/12/identity/claims/partyid"
Field Value
String
The string returned by this property is http://schemas.irm.se/schemas/2008/12/identity/claims/partyid. |
Permission
Gets the URI for a claim that specifies a permission.
Declaration
public const string Permission = "http://schemas.irm.se/schemas/2008/12/identity/claims/permission"
Field Value
String
The string returned by this property is http://schemas.irm.se/schemas/2008/12/identity/claims/permission. |
PreferedCulture
Gets the URI for a claim that specifies the prefered culture for the user.
Declaration
public const string PreferedCulture = "http://schemas.irm.se/schemas/2008/12/identity/claims/preferedCulture"
Field Value
String
The string returned by this property is http://schemas.irm.se/schemas/2008/12/identity/claims/preferedCulture. |