AzureKeyVaultConfigurationOptions Classe

Definição

Classe de opções usadas pelo AzureKeyVaultConfigurationExtensions.

public ref class AzureKeyVaultConfigurationOptions
public class AzureKeyVaultConfigurationOptions
type AzureKeyVaultConfigurationOptions = class
Public Class AzureKeyVaultConfigurationOptions
Herança
AzureKeyVaultConfigurationOptions

Construtores

AzureKeyVaultConfigurationOptions()

Cria uma nova instância de AzureKeyVaultConfigurationOptions.

AzureKeyVaultConfigurationOptions(String)

Cria uma nova instância de AzureKeyVaultConfigurationOptions.

AzureKeyVaultConfigurationOptions(String, String, String)

Cria uma nova instância de AzureKeyVaultConfigurationOptions.

AzureKeyVaultConfigurationOptions(String, String, X509Certificate2)

Cria uma nova instância de AzureKeyVaultConfigurationOptions.

Propriedades

Client

Obtém ou define o KeyVaultClient a ser usado para recuperar valores.

Manager

Obtém ou define a instância IKeyVaultSecretManager usada para controlar o carregamento de segredo.

ReloadInterval

Obtém ou define o período de espera entre as tentativas de sondagem do Azure KeyVault para alterações. null para desabilitar o recarregamento.

Vault

Obtém ou define o URI do cofre.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.

(Herdado de Object)

Aplica-se a