Class IVAuthorizationSchemes
Defines the different Authorization schemes that can be used in IVAuthorization
Inheritance
System.Object
IVAuthorizationSchemes
Namespace: ImageVault.Common.Security
Assembly: ImageVault.Common.dll
Syntax
public static class IVAuthorizationSchemes : Object
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 |