1 override of DecryptData
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs (1)
252internal override byte[] DecryptData(byte[] cipherText) {
1 reference to DecryptData
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlSecurityUtility.cs (1)
197byte[] plainText = md.CipherAlgorithm.DecryptData(cipherText); // this call succeeds or throws.