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