Click or drag to resize

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
)

Parameters

hash
Type: SystemByte
Hash to sign.

Return Value

Type: Byte
Raw signature.
Exceptions
ExceptionCondition
ArgumentNullExceptionhash parameter is null.
See Also