3 references to s_maxCngKeyLengthInBytes
System.Security.Cryptography (3)
System\Security\Cryptography\HKDF.Windows.cs (3)
28private static bool IsCngSupported => s_maxCngKeyLengthInBytes >= 0; 161if (secret.Length > s_maxCngKeyLengthInBytes) 167throw new CryptographicException(SR.Format(message, s_maxCngKeyLengthInBytes));