System::Security::Cryptography::RSAPKCS1SignatureFormatter::SetHashAlgorithm method

RSAPKCS1SignatureFormatter::SetHashAlgorithm method

Sets hash algorithm to use.

virtual void System::Security::Cryptography::RSAPKCS1SignatureFormatter::SetHashAlgorithm(System::String strName) override
ParameterTypeDescription
strNameSystem::StringHash algorithm name. Should be “SHA1”, “SHA256”, “SHA384” or “SHA512”.

See Also