ISecretProviderGetSecretAsync Method
Gets a secret configuration value
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
Task<string?> GetSecretAsync(
string key,
CancellationToken cancellationToken = default
)
- key String
- The configuration key
- cancellationToken CancellationToken (Optional)
- A CancellationToken controlling the request lifetime.
TaskStringThe configuration value