Share via


IVsProjectKeyVaultManager.GetKeyVaultUriAsync Method

Definition

Gets the uri of the Key Vault configured in a project

public:
 System::Threading::Tasks::Task<System::String ^> ^ GetKeyVaultUriAsync();
public System.Threading.Tasks.Task<string> GetKeyVaultUriAsync ();
abstract member GetKeyVaultUriAsync : unit -> System.Threading.Tasks.Task<string>
Public Function GetKeyVaultUriAsync () As Task(Of String)

Returns

A Task that completes when the Uri for the Key Vault is returned or a null string if no Key Vault was found to be configured in the project.

Applies to