SigningKey.Sign(Byte[], SignatureHashAlgorithm) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Do not use this type or its members, the functionality has been deprecated!
public abstract byte[] Sign (byte[] data, Microsoft.AnalysisServices.SignatureHashAlgorithm hashAlgorithm);
abstract member Sign : byte[] * Microsoft.AnalysisServices.SignatureHashAlgorithm -> byte[]
Public MustOverride Function Sign (data As Byte(), hashAlgorithm As SignatureHashAlgorithm) As Byte()
Parameters
- data
- Byte[]
The data to sign.
- hashAlgorithm
- SignatureHashAlgorithm
The algorithm to use.
Returns
Byte[]