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.

MessageSecurityVersion::SecurityTokenVersion Property

 

Gets the security token version that corresponds to the message security version.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property SecurityTokenVersion^ SecurityTokenVersion {
	SecurityTokenVersion^ get();
}

Property Value

Type: System.IdentityModel.Selectors::SecurityTokenVersion^

The SecurityTokenVersion object that corresponds to the message security version.

This method is implemented by the instances of this class returned by the seven static properties. Each implementation represents a different combination of specification versions and so returns a different value for this property.

This property is used to query a token serializer factory interface defined in SecurityTokenVersion for a token serializer instance capable of serializing tokens.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft