KeyWrapProvider Class

Definition

Provides Wrap key and Unwrap key services.

public abstract class KeyWrapProvider : IDisposable
type KeyWrapProvider = class
    interface IDisposable
Public MustInherit Class KeyWrapProvider
Implements IDisposable
Inheritance
KeyWrapProvider
Derived
Implements

Constructors

KeyWrapProvider()

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)

Dispose(Boolean)

Can be over written in descendants to dispose of internal components.

UnwrapKey(Byte[])

Unwrap a key.

WrapKey(Byte[])

Wrap a key.

Applies to