KeyVaultKeyWrapProvider Class

Definition

Provides wrap and unwrap operations using Azure Key Vault.

public class KeyVaultKeyWrapProvider : Microsoft.IdentityModel.Tokens.KeyWrapProvider
type KeyVaultKeyWrapProvider = class
    inherit KeyWrapProvider
Public Class KeyVaultKeyWrapProvider
Inherits KeyWrapProvider
Inheritance
KeyVaultKeyWrapProvider

Constructors

KeyVaultKeyWrapProvider(SecurityKey, String)

Initializes a new instance of the KeyVaultKeyWrapProvider class.

Properties

Algorithm

Gets the KeyWrap algorithm that is being used.

Context

Gets or sets a user context for a KeyWrapProvider.

Key

Gets the SecurityKey that is being used.

Methods

Dispose()

Calls Dispose(Boolean) and SuppressFinalize(Object)

(Inherited from KeyWrapProvider)
Dispose(Boolean)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

UnwrapKey(Byte[])

Unwrap a key.

WrapKey(Byte[])

Wrap a key.

Applies to