3 overrides of EncryptColumnEncryptionKey
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (1)
178
public override byte[]
EncryptColumnEncryptionKey
(string masterKeyPath, string encryptionAlgorithm, byte[] columnEncryptionKey)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCngProvider.cs (1)
158
public override byte[]
EncryptColumnEncryptionKey
(string masterKeyPath, string encryptionAlgorithm, byte[] columnEncryptionKey)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (1)
164
public override byte[]
EncryptColumnEncryptionKey
(string masterKeyPath, string encryptionAlgorithm, byte[] columnEncryptionKey)