Show / Hide Table of Contents

Class ClientClaim

Represents a serializable claim.

Inheritance
Object
ClientClaim
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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.

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
ClientClaimExtensions.ToClaim(ClientClaim)
Back to top Generated by DocFX