MessageSignerSignHash Method
Signs the hash with signer's private key.
Namespace: SysadminsLV.PKI.Tools.MessageOperationsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public byte[] SignHash(
byte[] hash
)
Public Function SignHash (
hash As Byte()
) As Byte()
public:
virtual array<unsigned char>^ SignHash(
array<unsigned char>^ hash
) sealed
abstract SignHash :
hash : byte[] -> byte[]
override SignHash :
hash : byte[] -> byte[]
- hash Byte
- Hash to sign.
ByteRaw signature.
ICryptSignerSignHash(Byte)