DacKeyVaultService.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.
Callback function to validate the presence of AKV token for Column Master Key access
public Microsoft.SqlServer.Dac.KeyVault.KeyVaultValidationResult Validate (System.Collections.Generic.IList<string> keyVaultUrls, System.Threading.CancellationToken cancelToken);
member this.Validate : System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> Microsoft.SqlServer.Dac.KeyVault.KeyVaultValidationResult
Public Function Validate (keyVaultUrls As IList(Of String), cancelToken As CancellationToken) As KeyVaultValidationResult
Parameters
- cancelToken
- CancellationToken