Share via


IVsProjectKeyVaultManager Interface

Definition

An interface that can be used to get information about a Key Vault configured in a project

public interface class IVsProjectKeyVaultManager
public interface IVsProjectKeyVaultManager
type IVsProjectKeyVaultManager = interface
Public Interface IVsProjectKeyVaultManager

Remarks

Can be obtained from IVsProjectKeyVaultFactory

Methods

EnablePublishedAppToAccessKeyVaultAsync(String, IVsHierarchy, String, CancellationToken, String)

Update app settings for published app and add new Key Vault access policy

GetKeyVaultUriAsync()

Gets the uri of the Key Vault configured in a project

IsKeyVaultConfiguredAsync()

Checks if a Key Vault is installed in a project

Events

KeyVaultAdded

An event that is raised when a Key Vault is added to the project

Applies to