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