DefaultKeyVaultSecretManager Class

Definition

Default implementation of IKeyVaultSecretManager that loads all secrets and replaces '--' with ':" in key names.

public ref class DefaultKeyVaultSecretManager : Microsoft::Extensions::Configuration::AzureKeyVault::IKeyVaultSecretManager
public class DefaultKeyVaultSecretManager : Microsoft.Extensions.Configuration.AzureKeyVault.IKeyVaultSecretManager
type DefaultKeyVaultSecretManager = class
    interface IKeyVaultSecretManager
Public Class DefaultKeyVaultSecretManager
Implements IKeyVaultSecretManager
Inheritance
DefaultKeyVaultSecretManager
Implements

Constructors

DefaultKeyVaultSecretManager()

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetKey(SecretBundle)

Maps secret to a configuration key.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
Load(SecretItem)

Checks if SecretItem value should be retrieved.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to