CustomUserNameSecurityTokenAuthenticator Class
Assembly: System.IdentityModel (in system.identitymodel.dll)
'Declaration Public Class CustomUserNameSecurityTokenAuthenticator Inherits UserNameSecurityTokenAuthenticator 'Usage Dim instance As CustomUserNameSecurityTokenAuthenticator
public class CustomUserNameSecurityTokenAuthenticator extends UserNameSecurityTokenAuthenticator
public class CustomUserNameSecurityTokenAuthenticator extends UserNameSecurityTokenAuthenticator
Not applicable.
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 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.