ClientCredentialsSecurityTokenManager::CreateSecurityTokenSerializer Method (SecurityTokenVersion^)
Creates a security token serializer.
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.
Return Value
Type: System.IdentityModel.Selectors::SecurityTokenSerializer^The SecurityTokenSerializer object.
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.
Available since 3.0