KeyVaultSecretProviderSetSecretAsync Method

Gets a secret configuration value

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
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