Share via


KeyVaultCryptoProvider Class

Definition

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[])

Applies to