SecretManager Class
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.
Secret Manager class. This exposes methods to manage secrets. ISecretManager
public class SecretManager : Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.ISecretManager
type SecretManager = class
interface ISecretManager
Public Class SecretManager
Implements ISecretManager
- Inheritance
-
SecretManager
- Implements
Constructors
SecretManager(IKeyVaultClientServiceContract, String, String) |
Initializes a new instance of SecretManager class. |
Methods
GetSecretAsync(String, String) |
Gets a secret. |
SetSecretAsync(String, String, String) |
Sets a secret in the specified vault. |