4 references to Cryptography_Rijndael_BlockSize
System.Security.Cryptography (4)
System\Security\Cryptography\RijndaelImplementation.cs (2)
39throw new PlatformNotSupportedException(SR.Cryptography_Rijndael_BlockSize); 43throw new CryptographicException(SR.Cryptography_Rijndael_BlockSize);
System\Security\Cryptography\RijndaelManaged.cs (2)
35throw new PlatformNotSupportedException(SR.Cryptography_Rijndael_BlockSize); 39throw new CryptographicException(SR.Cryptography_Rijndael_BlockSize);