KeyWrapMetadata 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.
Represents key wrap metadata that a key wrapping provider can use to wrap/unwrap a client encryption key.
public class KeyWrapMetadata
type KeyWrapMetadata = class
Public Class KeyWrapMetadata
- Inheritance
-
KeyWrapMetadata
Constructors
KeyWrapMetadata() |
Initializes a new instance of the KeyWrapMetadata class. |
KeyWrapMetadata(String, String, String, String) |
Initializes a new instance of the KeyWrapMetadata class. |
Properties
Algorithm |
Gets or sets algorithm used in wrapping and unwrapping of the data encryption key. |
Name |
Gets or sets the name of associated KeyEncryptionKey (aka CustomerManagedKey). |
Type |
Gets or sets providerName of KeyStoreProvider. |
Value |
Gets or sets reference / link to the KeyEncryptionKey. |