Click or drag to resize

KeyVaultCryptoProvider Constructor

Creates a new instance of KeyVaultCryptoProvider

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

Parameters

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