AzureKeyVaultConfigurationOptions.Manager 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 IKeyVaultSecretManager instance used to control secret loading.
public:
property Microsoft::Extensions::Configuration::AzureKeyVault::IKeyVaultSecretManager ^ Manager { Microsoft::Extensions::Configuration::AzureKeyVault::IKeyVaultSecretManager ^ get(); void set(Microsoft::Extensions::Configuration::AzureKeyVault::IKeyVaultSecretManager ^ value); };
public Microsoft.Extensions.Configuration.AzureKeyVault.IKeyVaultSecretManager Manager { get; set; }
member this.Manager : Microsoft.Extensions.Configuration.AzureKeyVault.IKeyVaultSecretManager with get, set
Public Property Manager As IKeyVaultSecretManager