Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    UserNamePasswordValidator
    PassThroughUserNameValidator
    Inherited Members
    UserNamePasswordValidator.CreateMembershipProviderValidator(MembershipProvider)
    UserNamePasswordValidator.None
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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.

    Overrides
    UserNamePasswordValidator.Validate(string, string)
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation