IAzureKeyVaultResource.SecretResolver Property

Definition

Gets or sets the secret resolver function used to resolve secrets at runtime.

public Func<Aspire.Hosting.Azure.IAzureKeyVaultSecretReference,System.Threading.CancellationToken,System.Threading.Tasks.Task<string?>>? SecretResolver { get; set; }
member this.SecretResolver : Func<Aspire.Hosting.Azure.IAzureKeyVaultSecretReference, System.Threading.CancellationToken, System.Threading.Tasks.Task<string>> with get, set
Public Property SecretResolver As Func(Of IAzureKeyVaultSecretReference, CancellationToken, Task(Of String))

Property Value

Applies to