SqlColumnEncryptionAzureKeyVaultProvider.VerifyColumnMasterKeyMetadata Method

Definition

Uses an asymmetric key identified by the key path to verify the master key metadata consisting of (masterKeyPath, allowEnclaveComputations bit, providerName).

public:
 override bool VerifyColumnMasterKeyMetadata(System::String ^ masterKeyPath, bool allowEnclaveComputations, cli::array <System::Byte> ^ signature);
public override bool VerifyColumnMasterKeyMetadata (string masterKeyPath, bool allowEnclaveComputations, byte[] signature);
override this.VerifyColumnMasterKeyMetadata : string * bool * byte[] -> bool
Public Overrides Function VerifyColumnMasterKeyMetadata (masterKeyPath As String, allowEnclaveComputations As Boolean, signature As Byte()) As Boolean

Parameters

masterKeyPath
String

Complete path of an asymmetric key. Path format is specific to a key store provider.

allowEnclaveComputations
Boolean

Boolean indicating whether this key can be sent to trusted enclave

signature
Byte[]

Signature for the master key metadata

Returns

Boolean indicating whether the master key metadata can be verified based on the provided signature

Applies to