SqlColumnEncryptionCertificateStoreProvider.SignColumnMasterKeyMetadata 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以參數參考 masterKeyPath 的欄位主鍵數位簽名。
public:
override cli::array <System::Byte> ^ SignColumnMasterKeyMetadata(System::String ^ masterKeyPath, bool allowEnclaveComputations);
public override byte[] SignColumnMasterKeyMetadata(string masterKeyPath, bool allowEnclaveComputations);
override this.SignColumnMasterKeyMetadata : string * bool -> byte[]
Public Overrides Function SignColumnMasterKeyMetadata (masterKeyPath As String, allowEnclaveComputations As Boolean) As Byte()
參數
- masterKeyPath
- String
欄位主鍵路徑。
- allowEnclaveComputations
- Boolean
true以表示欄位主鍵支援 enclave 計算;否則,。 false
傳回
Byte[]
欄位主金鑰元資料的簽名。