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