Table of Contents

Class SignatureMethod

Namespace: FastReport.Olap.Cloud.OAuth
Assembly: FastCube.Core.dll

Represents the signature method.

public static class SignatureMethod

Inheritance

objectSignatureMethod

Fields

HmacSha1

Signature method HMAC-SHA1.

public const string HmacSha1 = "HMAC-SHA1"

Field Value

string

Plaintext

Signature method PLAINTEXT.

public const string Plaintext = "PLAINTEXT"

Field Value

string

RsaSha1

Signature method RSA-SHA1.

public const string RsaSha1 = "RSA-SHA1"

Field Value

string