Computes the signature for the specified message (using default parameters).
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function SignMessage ( _ message As Byte() _ ) As Byte() |
C# |
---|
public byte[] SignMessage( byte[] message ) |
Parameters
- message
- Type: array<System..::..Byte>[]()[][]
Message to be signed.
Return Value
Signature for the specified message.Remarks
The private key must be available for this method to succeed.