SignedContentBlobHash Method
Hashes current blob in
ToBeSignedData member, constructs algorithm identifier
(usually, with "NoSign" suffix) and attaches hash value in the signature section.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public void Hash(
Oid hashAlgorithm
)
Public Sub Hash (
hashAlgorithm As Oid
)
public:
void Hash(
Oid^ hashAlgorithm
)
member Hash :
hashAlgorithm : Oid -> unit
Parameters
- hashAlgorithm Oid
- Hash algorithm to use for hashing.