Class ClientClaim
Represents a serializable claim.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.IdentityModel.Claims
Assembly: IRM.dll
Syntax
[DataContract(Namespace = "http://schemas.irm.se/2011/")]
[Serializable]
public class ClientClaim
Properties
Type
Gets or sets the claim type of the claim.
Declaration
[DataMember]
public string Type { get; set; }
Property Value
String
The claim type. |
Value
Gets or sets the value of the claim.
Declaration
[DataMember]
public string Value { get; set; }
Property Value
String
The claim value. |
ValueType
Gets or sets the value type of the claim.
Declaration
[DataMember]
public string ValueType { get; set; }
Property Value
String
The claim value type. |