SecureWrapResult Class

Definition

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.

Applies to