ISecretProviderGetSecretAsync Method

Gets a secret configuration value

Definition

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

Parameters

key  String
The configuration key

Return Value

TaskString
The configuration value

See Also