Class PassThroughUserNameValidator
Represents a pass-through user name and password validator that accepts all names and passwords. This validator is required for pass-through user name token validation, if token is presented through transport level authentication method.
Namespace: Nevatech.Vsb.Repository.Security
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class PassThroughUserNameValidator : UserNamePasswordValidator
Constructors
PassThroughUserNameValidator()
Declaration
public PassThroughUserNameValidator()
Methods
Validate(String, String)
Validates the specified username and password.
Declaration
public override void Validate(string userName, string password)
Parameters
Type | Name | Description |
---|---|---|
String | userName | The username to validate. |
String | password | The password to validate. |