ISecretProviderSetSecretAsync Method
Gets a secret configuration value
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9417.0
Task SetSecretAsync(
	string key,
	string value,
	CancellationToken cancellationToken = default
)
- key  String
 - The configuration key
 - value  String
 - The value to write to configuration
 - cancellationToken  CancellationToken  (Optional)
 - A CancellationToken controlling the request lifetime.
 
Task