ISecretManager Interface
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.
Interface to manage secrets during install.
public interface ISecretManager
type ISecretManager = interface
Public Interface ISecretManager
- Derived
Methods
GetSecretAsync(String, String) |
Gets a secret. |
SetSecretAsync(String, String, String) |
Sets a secret in the specified vault. |