3 references to Cryptography_Prk_TooSmall
System.Security.Cryptography (3)
System\Security\Cryptography\HKDF.cs (3)
57
throw new ArgumentException(SR.Format(SR.
Cryptography_Prk_TooSmall
, hashLength), nameof(prk));
92
throw new ArgumentException(SR.Format(SR.
Cryptography_Prk_TooSmall
, hashLength), nameof(prk));
126
throw new ArgumentException(SR.Format(SR.
Cryptography_Prk_TooSmall
, hashLength), nameof(prk));