KeyVaultAuthenticator.UpdateAuthInfo(KeyVaultAuthInfoBase) 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.
Passes a KeyVaultAuthInfoBase object to the KeyVaultAuthenticator, to support scenarios where a user changes authentication method, for instance by logging into a different Azure account
public abstract void UpdateAuthInfo (Microsoft.SqlServer.Dac.KeyVault.KeyVaultAuthInfoBase authInfo);
abstract member UpdateAuthInfo : Microsoft.SqlServer.Dac.KeyVault.KeyVaultAuthInfoBase -> unit
Public MustOverride Sub UpdateAuthInfo (authInfo As KeyVaultAuthInfoBase)
Parameters
- authInfo
- KeyVaultAuthInfoBase