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.

ClientCredentials::CreateSecurityTokenManager Method ()

 

Creates a security token manager for this instance. This method is rarely called explicitly; it is primarily used in extensibility scenarios and is called by the system itself.

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

public:
virtual SecurityTokenManager^ CreateSecurityTokenManager() override

This method is usually overridden by custom client credentials implementations that inherit from this class. This method is responsible for returning a new instance of a SecurityTokenManager implementation.

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