KeyVaultKeyWrapProvider 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 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
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. |