Click or drag to resize

ISecretProviderSetSecretAsync Method

Gets a secret configuration value

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
Task SetSecretAsync(
	string key,
	string value
)

Parameters

key  String
The configuration key
value  String
The value to write to configuration

Return Value

Task
See Also