Click or drag to resize

KeyVaultSecretProvider Constructor

Creates a new instance of KeyVaultSecretProvider

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public KeyVaultSecretProvider(
	IConfiguration configuration,
	ILogger? logger = null,
	IMemoryCache? cache = null
)

Parameters

configuration  IConfiguration
The base configuration settings to use
logger  ILogger  (Optional)
The logging provider to use
cache  IMemoryCache  (Optional)
A IMemoryCache instance to use with the secret provider
See Also