SqlColumnEncryptionAzureKeyVaultProvider.VerifyColumnMasterKeyMetadata 方法

定义

使用由密钥路径标识的非对称密钥来验证由 (masterKeyPath、allowEnclaveComputations 位、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

参数

masterKeyPath
String

非对称密钥的完整路径。 路径格式特定于密钥存储提供程序。

allowEnclaveComputations
Boolean

指示此密钥是否可以发送到受信任的 enclave 的布尔值

signature
Byte[]

主密钥元数据的签名

返回

指示是否可以基于提供的签名验证主密钥元数据的布尔值

适用于