ClientCredentials::CreateSecurityTokenManager Method ()
.NET Framework (current version)
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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Return Value
Type: System.IdentityModel.Selectors::SecurityTokenManager^A ClientCredentialsSecurityTokenManager for this ClientCredentials instance.
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
Available since 3.0
Show: