IKeyVaultClient.SetSecret Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetSecret(String, String) | |
SetSecret(String, String, String) |
SetSecret(String, String)
SetSecret(String, String, String)
public:
void SetSecret(System::String ^ vaultAddress, System::String ^ secretName, System::String ^ value);
public void SetSecret (string vaultAddress, string secretName, string value);
abstract member SetSecret : string * string * string -> unit
Public Sub SetSecret (vaultAddress As String, secretName As String, value As String)
Parameters
- vaultAddress
- String
- secretName
- String
- value
- String