IVsProjectKeyVaultManager.IsKeyVaultConfiguredAsync 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.
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.