Click or drag to resize

TokenClaimValueType Property

Gets or sets the type of the value

Namespace:  Hummingbird.TestFramework.Util
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public ClaimValueType ValueType { get; set; }

Property Value

Type: ClaimValueType
The type of the claim.
See Also