public abstract EncryptColumnEncryptionKey ( string masterKeyPath, string encryptionAlgorithm, Array columnEncryptionKey ) : byte[] | ||
masterKeyPath | string | |
encryptionAlgorithm | string | Asymmetric Key Encryption Algorithm |
columnEncryptionKey | Array | Plain text column encryption key to be encrypted |
return | byte[] |