IAzureKeyVaultResource.SecretResolver Property
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 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))