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: