다음을 통해 공유


KeyWrapProvider Class

Definition

Provides Wrap 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 overridden in descendants to dispose of internal components.

UnwrapKey(Byte[])

Unwraps a key.

WrapKey(Byte[])

Wraps a key.

Applies to