Class SignatureMethod
Represents the signature method.
Inheritance
System.Object
SignatureMethod
Namespace: FastReport.Cloud.OAuth
Assembly: FastReport.dll
Syntax
public static class SignatureMethod
Fields
HmacSha1
Signature method HMAC-SHA1.
Declaration
public const string HmacSha1 = "HMAC-SHA1"
Field Value
Type | Description |
---|---|
System.String |
Plaintext
Signature method PLAINTEXT.
Declaration
public const string Plaintext = "PLAINTEXT"
Field Value
Type | Description |
---|---|
System.String |
RsaSha1
Signature method RSA-SHA1.
Declaration
public const string RsaSha1 = "RSA-SHA1"
Field Value
Type | Description |
---|---|
System.String |