Search Results for

    Show / Hide Table of Contents

    Class ValidateUserAndGetClaimsRequest

    Inheritance
    System.Object
    ValidateUserAndGetClaimsRequest
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Web.Security
    Assembly: ImageVault.Web.dll
    Syntax
    public class ValidateUserAndGetClaimsRequest

    Constructors

    ValidateUserAndGetClaimsRequest(String, AuthenticationMethod)

    Declaration
    public ValidateUserAndGetClaimsRequest(string username, AuthenticationMethod authenticationMethod = AuthenticationMethod.Default)
    Parameters
    Type Name Description
    System.String username
    AuthenticationMethod authenticationMethod

    Properties

    AuthenticationMethod

    Declaration
    public AuthenticationMethod AuthenticationMethod { get; set; }
    Property Value
    Type Description
    AuthenticationMethod

    Username

    Declaration
    public string Username { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top (c) Meriworks 2002-2022