Class AuthorizationType
Inheritance
AuthorizationType
Namespace: Ingenico.Connect.Sdk.DefaultImpl
Assembly: connect-sdk-dotnet.dll
Syntax
public class AuthorizationType
Fields
V1HMAC
Declaration
public static readonly AuthorizationType V1HMAC
Field Value
Properties
SignatureString
Declaration
public string SignatureString { get; }
Property Value
Methods
GetValueOf(string)
Returns the enum value of the specified string.
Declaration
public static AuthorizationType GetValueOf(string aString)
Parameters
Type |
Name |
Description |
string |
aString |
|
Returns