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