2 references to HashLength
System.Core (2)
System\Security\Cryptography\BCryptHashAlgorithm.cs (1)
217
int hashSize = BCryptNative.GetInt32Property(m_hashHandle, BCryptNative.HashPropertyName.
HashLength
);
System\Security\Cryptography\BCryptNative.cs (1)
482
Contract.Requires(property == HashPropertyName.
HashLength
||