Inner Drive Extensible Architecture
C#
Show/Hide TOC
Key
Vault
Secret
Provider
Set
Secret
Async Method
Gets a secret configuration value
Definition
Namespace:
InnerDrive.Azure
Assembly:
InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
C#
Copy
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
ISecretProvider
SetSecretAsync(String, String)
See Also
Reference
KeyVaultSecretProvider Class
InnerDrive.Azure Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also