System::Security::Cryptography::DSACryptoServiceProvider::CreateSignature method

DSACryptoServiceProvider::CreateSignature method

Create DSA signature for the specified data.

ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::CreateSignature(ByteArrayPtr rgb_hash) override
ParameterTypeDescription
rgb_hashByteArrayPtrData to be signed.

ReturnValue

DSA signature.

See Also