Share via


IVsProjectKeyVaultManager.IsKeyVaultConfiguredAsync Method

Definition

Checks if a Key Vault is installed in a project

public:
 System::Threading::Tasks::Task<bool> ^ IsKeyVaultConfiguredAsync();
public System.Threading.Tasks.Task<bool> IsKeyVaultConfiguredAsync ();
abstract member IsKeyVaultConfiguredAsync : unit -> System.Threading.Tasks.Task<bool>
Public Function IsKeyVaultConfiguredAsync () As Task(Of Boolean)

Returns

A Task that completes when a bool is returned indicating whether a Key Vault is configured. True: if a Key Vault is configured. False: if a Key Vault is not configured.

Applies to