Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 需要为2.0、3.5.Net framework中FIPS下的SHA512Managed()和HMACSHA512()提供备用类_C#_Cryptography_Hmac_Sha512_Fips - Fatal编程技术网

C# 需要为2.0、3.5.Net framework中FIPS下的SHA512Managed()和HMACSHA512()提供备用类

C# 需要为2.0、3.5.Net framework中FIPS下的SHA512Managed()和HMACSHA512()提供备用类,c#,cryptography,hmac,sha512,fips,C#,Cryptography,Hmac,Sha512,Fips,我需要在2.0、3.5框架版本的FIPS模式下编译SHA512管理的HMACSHA512加密算法。 如何在FIPS合规性下实现这一点 m_hashAlgorithm = new SHA512Managed(); m_hmacSha = new HMACSHA512(); 我需要4.0框架中的这个场景

我需要在2.0、3.5框架版本的FIPS模式下编译SHA512管理的HMACSHA512加密算法。 如何在FIPS合规性下实现这一点

m_hashAlgorithm = new SHA512Managed();
m_hmacSha = new HMACSHA512();

我需要4.0框架中的这个场景