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