System::Security::Cryptography::RSAPKCS1SignatureFormatter::SetHashAlgorithm 方法

RSAPKCS1SignatureFormatter::SetHashAlgorithm method

设置要使用的哈希算法。

virtual void System::Security::Cryptography::RSAPKCS1SignatureFormatter::SetHashAlgorithm(System::String strName) override
参数类型描述
strNameSystem::String哈希算法名称。应为 “SHA1”、“SHA256”、“SHA384” 或 “SHA512”。

另见