Search Results for

    Show / Hide Table of Contents

    Class IVAuthorizationSchemes

    Defines the different Authorization schemes that can be used in IVAuthorization

    Inheritance
    System.Object
    IVAuthorizationSchemes
    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.Common.Security
    Assembly: ImageVault.Common.dll
    Syntax
    public static class IVAuthorizationSchemes

    Fields

    IVAuthTicket

    Defines that the whole ticket is supplied

    Declaration
    public const string IVAuthTicket = "IVAuthTicket"
    Field Value
    Type Description
    System.String

    IVAuthToken

    Defines that a registered token is supplied

    Declaration
    public const string IVAuthToken = "IVAuthToken"
    Field Value
    Type Description
    System.String
    In This Article
    Back to top (c) Meriworks 2002-2022