2 references to CryptGetHashParam
System.Core (2)
System\Security\Cryptography\CapiNative.cs (2)
617
if (!CapiNative.UnsafeNativeMethods.
CryptGetHashParam
(hashHandle, parameter, null, ref parameterSize, 0)) {
623
if (!CapiNative.UnsafeNativeMethods.
CryptGetHashParam
(hashHandle, parameter, parameterValue, ref parameterSize, 0)) {