Click or drag to resize

KeyVaultKeyProvider Constructor

Creates a new instance of KeyVaultKeyProvider

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

Parameters

configuration  IConfiguration
The base configuration settings to use
logger  ILogger  (Optional)
The logging provider to use with the key provider
See Also