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