TokenSigner Constructor (SigningKey, SignatureHashAlgorithm)
Applies To: SQL Server (starting with 2016)
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public TokenSigner(
SigningKey key,
SignatureHashAlgorithm hashAlgorithm
)
public:
TokenSigner(
SigningKey^ key,
SignatureHashAlgorithm^ hashAlgorithm
)
new :
key:SigningKey *
hashAlgorithm:SignatureHashAlgorithm -> TokenSigner
Public Sub New (
key As SigningKey,
hashAlgorithm As SignatureHashAlgorithm
)
Parameters
- key
Type: Microsoft.AnalysisServices.SigningKey
- hashAlgorithm
Type: Microsoft.AnalysisServices.SignatureHashAlgorithm
See Also
TokenSigner Overload
TokenSigner Class
Microsoft.AnalysisServices Namespace
Return to top