IKeyVaultClientServiceContract 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.
Keyvault interface exposing some basic keyvault interaction
[System.ServiceModel.ServiceContract]
public interface IKeyVaultClientServiceContract
[<System.ServiceModel.ServiceContract>]
type IKeyVaultClientServiceContract = interface
Public Interface IKeyVaultClientServiceContract
- Attributes
Methods
GetSecretAsync(String, String, String, String) |
Gets a secret. |
SetSecretAsync(String, String, String, String, String) |
Sets a secret in the specified vault. |