Share via


KeyVaultAuthenticator.UpdateAuthInfo(KeyVaultAuthInfoBase) Method

Definition

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

Applies to