System::Security::Cryptography::DSACryptoServiceProvider::SignHash methode

DSACryptoServiceProvider::SignHash method

Berekent de handtekening van de opgegeven invoerwaarde.

ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
ParameterTypeBeschrijving
rgb_hashconst ByteArrayPtr&Hashwaarde van de te ondertekenen gegevens.
strconst String&Hash-algoritme‑identificatie gebruikt om de hash te maken.

ReturnValue

DSA signature for specified data.

Zie ook