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