Class SignatureMethod
Namespace: FastReport.Olap.Cloud.OAuth
Assembly: FastCube.Core.dll
Represents the signature method.
public static class SignatureMethod
Inheritance
Fields
HmacSha1
Signature method HMAC-SHA1.
public const string HmacSha1 = "HMAC-SHA1"
Field Value
Plaintext
Signature method PLAINTEXT.
public const string Plaintext = "PLAINTEXT"
Field Value
RsaSha1
Signature method RSA-SHA1.
public const string RsaSha1 = "RSA-SHA1"