2 references to CreateHashHandle
System.Security.Cryptography (2)
System\Security\Cryptography\CapiHelper.Windows.cs (2)
1211
using (SafeHashHandle? hHash = hProv.
CreateHashHandle
(hash, calgHash, throwOnSizeError: false))
1370
return
CreateHashHandle
(hProv, hash, calgHash, throwOnSizeError: true)!;