AzureKeyVaultConfigurationOptions 類別

定義

AzureKeyVaultConfigurationExtensions 所使用的選項類別。

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

建構函式

AzureKeyVaultConfigurationOptions()

建立 AzureKeyVaultConfigurationOptions 的新執行個體。

AzureKeyVaultConfigurationOptions(String)

建立 AzureKeyVaultConfigurationOptions 的新執行個體。

AzureKeyVaultConfigurationOptions(String, String, String)

建立 AzureKeyVaultConfigurationOptions 的新執行個體。

AzureKeyVaultConfigurationOptions(String, String, X509Certificate2)

建立 AzureKeyVaultConfigurationOptions 的新執行個體。

屬性

Client

取得或設定用來擷取值的 KeyVaultClient

Manager

取得或設定用來控制祕密載入的 IKeyVaultSecretManager 執行個體。

ReloadInterval

取得或設定要在輪詢 Azure KeyVault 以進行變更的嘗試之間,等待的時間間隔。 null 以停用重新載入。

Vault

取得或設定保存庫 URI。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於