AzureKeyVaultConfigurationOptions 类

定义

AzureKeyVaultConfigurationExtensions 使用的 Options 类。Options class used by the AzureKeyVaultConfigurationExtensions.

public ref class AzureKeyVaultConfigurationOptions
public class AzureKeyVaultConfigurationOptions
type AzureKeyVaultConfigurationOptions = class
Public Class AzureKeyVaultConfigurationOptions
继承
AzureKeyVaultConfigurationOptions

构造函数

AzureKeyVaultConfigurationOptions()

创建 AzureKeyVaultConfigurationOptions 的新实例。Creates a new instance of AzureKeyVaultConfigurationOptions.

AzureKeyVaultConfigurationOptions(String)

创建 AzureKeyVaultConfigurationOptions 的新实例。Creates a new instance of AzureKeyVaultConfigurationOptions.

AzureKeyVaultConfigurationOptions(String, String, String)

创建 AzureKeyVaultConfigurationOptions 的新实例。Creates a new instance of AzureKeyVaultConfigurationOptions.

AzureKeyVaultConfigurationOptions(String, String, X509Certificate2)

创建 AzureKeyVaultConfigurationOptions 的新实例。Creates a new instance of AzureKeyVaultConfigurationOptions.

属性

Client

获取或设置用于检索值的 KeyVaultClientGets or sets the KeyVaultClient to use for retrieving values.

Manager

获取或设置用于控制机密加载的 IKeyVaultSecretManager 实例。Gets or sets the IKeyVaultSecretManager instance used to control secret loading.

ReloadInterval

获取或设置在轮询 Azure KeyVault 以获取更改的两次尝试之间等待的时间跨度。Gets or sets the timespan to wait between attempts at polling the Azure KeyVault for changes. null 表示禁用重载。null to disable reloading.

Vault

获取或设置保管库 URI。Gets or sets the vault uri.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于