SigningKey.Sign Method (Byte , SignatureHashAlgorithm)
Applies To: SQL Server (starting with 2016)
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public abstract byte[] Sign(
byte[] data,
SignatureHashAlgorithm hashAlgorithm
)
public:
virtual array<unsigned char>^ Sign(
array<unsigned char>^ data,
SignatureHashAlgorithm^ hashAlgorithm
) abstract
abstract Sign :
data:byte[] *
hashAlgorithm:SignatureHashAlgorithm -> byte[]
Public MustOverride Function Sign (
data As Byte(),
hashAlgorithm As SignatureHashAlgorithm
) As Byte()
Parameters
- data
Type: System.Byte[]
- hashAlgorithm
Type: Microsoft.AnalysisServices.SignatureHashAlgorithm
Return Value
Type: System.Byte[]
See Also
SigningKey Class
Microsoft.AnalysisServices Namespace
Return to top