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