2 writes to CipherAlgorithm
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlSecurityUtility.cs (2)
225md.CipherAlgorithm = null; 230md.CipherAlgorithm = cipherAlgorithm;
2 references to CipherAlgorithm
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlSecurityUtility.cs (2)
162byte[] cipherText = md.CipherAlgorithm.EncryptData(plainText); // this call succeeds or throws. 197byte[] plainText = md.CipherAlgorithm.DecryptData(cipherText); // this call succeeds or throws.