SecurityCredentialsManager::CreateSecurityTokenManager Method ()
.NET Framework (current version)
When overridden in a derived class, creates a new SecurityTokenManager.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Return Value
Type: System.IdentityModel.Selectors::SecurityTokenManager^The newly created SecurityTokenManager.
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
Available since 3.0
Show: