CryptSignerSignHash Method
Signs the hash with signer's private key.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
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)