5 references to HashParameter
System.Core (5)
System\Security\Cryptography\CapiHashAlgorithm.cs (1)
142
return CapiNative.GetHashParameter(m_hashHandle, CapiNative.
HashParameter
.HashValue);
System\Security\Cryptography\CapiNative.cs (4)
373
HashParameter
dwParam,
607
internal static byte[] GetHashParameter(SafeCapiHashHandle hashHandle, CapiNative.
HashParameter
parameter) {
609
Contract.Requires(CapiNative.
HashParameter
.AlgorithmId <= parameter && parameter <= CapiNative.
HashParameter
.HashSize);