ISecretProviderSetSecretAsync Method
Gets a secret configuration value
Namespace: InnerDrive.AzureAssembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
Task SetSecretAsync(
string key,
string value
)
- key String
- The configuration key
- value String
- The value to write to configuration
Task