SecurityTokenManager Class
Assembly: System.IdentityModel (in system.identitymodel.dll)
Use the SecurityTokenManager class when a custom security token, security token authenticator, or security token provider are needed. A custom security token is needed to handle credentials that are not supported by WCF. A custom security token authenticator is needed when the authentication methods provided by WCF are not sufficient. A SecurityTokenManager class returns a security token authenticator in the CreateSecurityTokenAuthenticator method. A security token provider provides security tokens for outgoing SOAP messages. A SecurityTokenManager class returns a security token provider in the CreateSecurityTokenProvider method.
For details about using custom security token authenticators and security token providers, see Custom Credential and Credential Validation. For details about creating a custom security token, see How To: Create a Custom Token.
System.IdentityModel.Selectors.SecurityTokenManager
System.ServiceModel.ClientCredentialsSecurityTokenManager
System.ServiceModel.Security.ServiceCredentialsSecurityTokenManager
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.