Partager via


IVsProjectKeyVaultManager.GetKeyVaultUriAsync Méthode

Définition

Obtient l’URI du Key Vault configuré dans un projet

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)

Retours

Task qui se termine lorsque l’URI de l’Key Vault est retourné ou une chaîne null si aucune Key Vault n’a été trouvée pour être configurée dans le projet.

S’applique à