SqlColumnEncryptionAzureKeyVaultProvider.VerifyColumnMasterKeyMetadata Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Utilise une clé asymétrique identifiée par le chemin de clé pour vérifier les métadonnées de clé principale composées de (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
Paramètres
- masterKeyPath
- String
Chemin d’accès complet d’une clé asymétrique. Le format de chemin d’accès est spécifique à un fournisseur de magasin de clés.
- allowEnclaveComputations
- Boolean
Boolean indiquant si cette clé peut être envoyée à l’enclave approuvée
- signature
- Byte[]
Signature pour les métadonnées de clé principale
Retours
Boolean indiquant si les métadonnées de clé principale peuvent être vérifiées en fonction de la signature fournie