MessageSignerSignHash Method |
Signs the hash with signer's private key.
Namespace:
SysadminsLV.PKI.Tools.MessageOperations
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public byte[] SignHash(
byte[] hash
)
Public Function SignHash (
hash As Byte()
) As Byte()
public:
array<unsigned char>^ SignHash(
array<unsigned char>^ hash
)
member SignHash :
hash : byte[] -> byte[]
Parameters
- hash
- Type: SystemByte
Hash to sign.
Return Value
Type:
ByteRaw signature.
Exceptions Exception | Condition |
---|
ArgumentNullException | hash parameter is null. |
See Also