Claim::Value Property
Gets the value of the claim.
Assembly: mscorlib (in mscorlib.dll)
The value of a claim is represented only as a string. For more complex value types, it is recommended that you use standard XML schema types to indicate how the value is meant to be serialized and deserialized to and from a string.
The ValueType property provides the underlying syntactic type information about the value. The Type property provides the semantic information about the value; that is, it provides the meaning of the value and tells a claim consumer how to interpret it.
Available since 10
.NET Framework
Available since 4.5