Click or drag to resize

ISecretProviderGetSecretAsync Method

Gets a secret configuration value

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
Task<string?> GetSecretAsync(
	string key
)

Parameters

key  String
The configuration key

Return Value

TaskString
The configuration value
See Also