KeyVaultCryptoProvider 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.
Provides cryptographic operators based on Azure Key Vault.
public class KeyVaultCryptoProvider : Microsoft.IdentityModel.Tokens.ICryptoProvider
type KeyVaultCryptoProvider = class
interface ICryptoProvider
Public Class KeyVaultCryptoProvider
Implements ICryptoProvider
- Inheritance
-
KeyVaultCryptoProvider
- Implements
Constructors
KeyVaultCryptoProvider() |
Initializes a new instance of the KeyVaultCryptoProvider class. |
Methods
Create(String, Object[]) |
Returns a cryptographic operator that supports the algorithm. |
IsSupportedAlgorithm(String, Object[]) |
Called to determine if a cryptographic operation is supported. |
Release(Object) |
Called to release the object returned from Create(String, Object[]) |