SecureWrapResult 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 information about a secure wrap operation.
public class SecureWrapResult
type SecureWrapResult = class
Public Class SecureWrapResult
- Inheritance
-
SecureWrapResult
Properties
| Name | Description |
|---|---|
| Algorithm |
Gets the SecureKeyWrapAlgorithm used. This must be stored alongside the EncryptedKey as the same algorithm must be used to unwrap it. |
| EncryptedKey |
Gets the wrapped key. |
| KeyId |
Gets the key identifier of the KeyVaultKey used to wrap the EncryptedKey. This must be stored alongside the EncryptedKey as the same key must be used to unwrap it. |