Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Claim::ValueType Property

.NET Framework (current version)
 

Gets the value type of the claim.

Namespace:   System.Security.Claims
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ ValueType {
	String^ get();
}

Property Value

Type: System::String^

The claim value type.

The ValueType property contains a string that identifies the type information of the value. This property can be used to understand the format of the value and to provide information about how to serialize and deserialize the value. If your solution requires complex value types, it is recommended that you use standard XML schema types in the ValueType property to indicate how the Value property is meant to be serialized and deserialized from a string.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft