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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Return Value
Type: System.IdentityModel.Selectors.SecurityTokenManagerA 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.