2 references to Cryptography_InvalidFeedbackSize
System.Security.Cryptography (2)
System\Security\Cryptography\SymmetricAlgorithm.cs (2)
36
throw new CryptographicException(SR.
Cryptography_InvalidFeedbackSize
);
1681
throw new ArgumentException(SR.
Cryptography_InvalidFeedbackSize
, nameof(feedbackSizeInBits));