3 references to GetHashDigestLength
Microsoft.AspNetCore.Cryptography.KeyDerivation (1)
PBKDF2\Win8Pbkdf2Provider.cs (1)
135
uint cbPasswordDigest = prfAlgorithmHandle.
GetHashDigestLength
();
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
93
uint digestSize = algorithmHandle.
GetHashDigestLength
();
Cng\CbcAuthenticatedEncryptor.cs (1)
52
_hmacAlgorithmDigestLengthInBytes = hmacAlgorithmHandle.
GetHashDigestLength
();