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