SqlColumnEncryptionCspProvider.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[]

主密钥元数据签名。

返回

一个布尔值,它指示是否能基于提供的签名验证主密钥元数据。

适用于