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