KeyVaultAuthenticator.Validate(IList<String>, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called before Dac operations that may cause data movement against a table with encrypted columns will occur, for instance deployment of a dacpac
public abstract Microsoft.SqlServer.Dac.KeyVault.KeyVaultValidationResult Validate (System.Collections.Generic.IList<string> keyVaultUrls, System.Threading.CancellationToken cancelToken);
abstract member Validate : System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> Microsoft.SqlServer.Dac.KeyVault.KeyVaultValidationResult
Public MustOverride Function Validate (keyVaultUrls As IList(Of String), cancelToken As CancellationToken) As KeyVaultValidationResult
Parameters
A list of URLs representing every Key Vault referenced by column master keys, where the key is involved in a data motion operation.
- cancelToken
- CancellationToken