SecureUnwrapResult 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 unwrap operation.
public class SecureUnwrapResult
type SecureUnwrapResult = class
Public Class SecureUnwrapResult
- Inheritance
-
SecureUnwrapResult
Properties
| Name | Description |
|---|---|
| Algorithm |
Gets the SecureKeyWrapAlgorithm used. |
| Key |
Gets the unwrapped key. |
| KeyId |
Gets the key identifier of the KeyVaultKey used to unwrap the key. |