Click or drag to resize

KeyVaultSecretProviderSetSecretAsync Method

Gets a secret configuration value

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

Parameters

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

Return Value

Task

Implements

ISecretProviderSetSecretAsync(String, String)
See Also