CustomUserNameSecurityTokenAuthenticator Class
Authenticates a UserNameSecurityToken security token using a custom authentication scheme.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Override the CustomUserNameSecurityTokenAuthenticator class when the Windows authentication provided by the WindowsUserNameSecurityTokenAuthenticator class isn't sufficient. The WindowsUserNameSecurityTokenAuthenticator class authenticates the user name and password in a UserNameSecurityToken security token as a Windows account.
To provide a custom authentication scheme, derive a class from the UserNamePasswordValidator class, implement the authentication scheme, and then pass that class to the constructor for the CustomUserNameSecurityTokenAuthenticator class.
System.IdentityModel.Selectors.SecurityTokenAuthenticator
System.IdentityModel.Selectors.UserNameSecurityTokenAuthenticator
System.IdentityModel.Selectors.CustomUserNameSecurityTokenAuthenticator
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.