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.

SecurityCredentialsManager::CreateSecurityTokenManager Method ()

 

When overridden in a derived class, creates a new SecurityTokenManager.

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

public:
virtual SecurityTokenManager^ CreateSecurityTokenManager() abstract

A SecurityTokenManager is created by WCF for every ChannelFactory at the client and for every ChannelListener/endpoint at the service.

Use one of the classes derived from the SecurityTokenManager class when a custom security token, security token authenticator, or security token provider is needed.

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