UserNameSecurityTokenProvider Class
Assembly: System.IdentityModel (in system.identitymodel.dll)
'Declaration Public Class UserNameSecurityTokenProvider Inherits SecurityTokenProvider 'Usage Dim instance As UserNameSecurityTokenProvider
public class UserNameSecurityTokenProvider extends SecurityTokenProvider
public class UserNameSecurityTokenProvider extends SecurityTokenProvider
Not applicable.
In most instances the UserNameSecurityTokenProvider class doesn't need to be called directly, as it is called when a client sends a SOAP message that requires a UserNameSecurityToken security token. Specifically, a client specifies the type of security token needed using the ClientCredentials class and the ClientCredentials class calls the GetToken method to get a security token. When the security token needed is a UserNameSecurityToken security token, the GetToken method calls the GetTokenCore method.
System.IdentityModel.Selectors.SecurityTokenProvider
System.IdentityModel.Selectors.UserNameSecurityTokenProvider
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.