Share via


DacKeyVaultService.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 void UpdateAuthInfo (Microsoft.SqlServer.Dac.KeyVault.KeyVaultAuthInfoBase authInfo);
member this.UpdateAuthInfo : Microsoft.SqlServer.Dac.KeyVault.KeyVaultAuthInfoBase -> unit
Public Sub UpdateAuthInfo (authInfo As KeyVaultAuthInfoBase)

Parameters

Applies to