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.

ClientCredentialsSecurityTokenManager::CreateSecurityTokenSerializer Method (SecurityTokenVersion^)

 

Creates a security token serializer.

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

public:
virtual SecurityTokenSerializer^ CreateSecurityTokenSerializer(
	SecurityTokenVersion^ version
) override

Parameters

version
Type: System.IdentityModel.Selectors::SecurityTokenVersion^

The SecurityTokenVersion of the security token.

The SecurityTokenSerializer is used to write and read security tokens, security key identifiers, and security key identifier clauses. When deserializing the token from XML, the returned token must be able to perform cryptographic operations. The token serializer therefore must ensure the deserialized token can perform cryptographic operations (Kerberos ticket processing, X.509 decoding, SAML decoding and other operations) but should defer application trust decisions to the security token authenticator.

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