2 references to GetInt32Property
System.Core (2)
System\Security\Cryptography\BCryptHashAlgorithm.cs (2)
127
int hashObjectSize = BCryptNative.
GetInt32Property
(m_algorithmHandle,
217
int hashSize = BCryptNative.
GetInt32Property
(m_hashHandle, BCryptNative.HashPropertyName.HashLength);