Udostępnij za pośrednictwem


SqlColumnEncryptionAzureKeyVaultProvider.DecryptColumnEncryptionKey Metoda

Definicja

Ta funkcja używa klucza asymetrycznego określonego przez ścieżkę klucza i odszyfrowuje zaszyfrowany klucz CEK za pomocą algorytmu szyfrowania RSA.

public:
 override cli::array <System::Byte> ^ DecryptColumnEncryptionKey(System::String ^ masterKeyPath, System::String ^ encryptionAlgorithm, cli::array <System::Byte> ^ encryptedColumnEncryptionKey);
public override byte[] DecryptColumnEncryptionKey(string masterKeyPath, string encryptionAlgorithm, byte[] encryptedColumnEncryptionKey);
override this.DecryptColumnEncryptionKey : string * string * byte[] -> byte[]
Public Overrides Function DecryptColumnEncryptionKey (masterKeyPath As String, encryptionAlgorithm As String, encryptedColumnEncryptionKey As Byte()) As Byte()

Parametry

masterKeyPath
String

Pełna ścieżka klucza asymetrycznego w usłudze Azure Key Vault

encryptionAlgorithm
String

Algorytm szyfrowania klucza asymetrycznego

encryptedColumnEncryptionKey
Byte[]

Zaszyfrowany klucz szyfrowania kolumny

Zwraca

Byte[]

Klucz szyfrowania kolumny zwykłego tekstu

Dotyczy