TokenSigner Constructors

Definition

Overloads

TokenSigner(SigningKey, SignatureHashAlgorithm)

Do not use this type or its members, the functionality has been deprecated!

TokenSigner(X509Certificate2, SignatureHashAlgorithm)

Do not use this type or its members, the functionality has been deprecated!

TokenSigner(SigningKey, SignatureHashAlgorithm)

Do not use this type or its members, the functionality has been deprecated!

public TokenSigner (Microsoft.AnalysisServices.SigningKey key, Microsoft.AnalysisServices.SignatureHashAlgorithm hashAlgorithm);
new Microsoft.AnalysisServices.TokenSigner : Microsoft.AnalysisServices.SigningKey * Microsoft.AnalysisServices.SignatureHashAlgorithm -> Microsoft.AnalysisServices.TokenSigner
Public Sub New (key As SigningKey, hashAlgorithm As SignatureHashAlgorithm)

Parameters

key
SigningKey

The key to use.

hashAlgorithm
SignatureHashAlgorithm

The algorithm to use.

Applies to

TokenSigner(X509Certificate2, SignatureHashAlgorithm)

Do not use this type or its members, the functionality has been deprecated!

public TokenSigner (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, Microsoft.AnalysisServices.SignatureHashAlgorithm hashAlgorithm);
new Microsoft.AnalysisServices.TokenSigner : System.Security.Cryptography.X509Certificates.X509Certificate2 * Microsoft.AnalysisServices.SignatureHashAlgorithm -> Microsoft.AnalysisServices.TokenSigner
Public Sub New (certificate As X509Certificate2, hashAlgorithm As SignatureHashAlgorithm)

Parameters

certificate
X509Certificate2

The certificate to use.

hashAlgorithm
SignatureHashAlgorithm

The algorithm to use.

Applies to