KeyOperation.SecureUnwrapKey Property

Definition

Gets a value that indicates the key can be used to securely unwrap a key into a trusted execution environment (TEE) with the SecureUnwrapKeyAsync(SecureKeyWrapAlgorithm, Byte[], String, CancellationToken) or SecureUnwrapKey(SecureKeyWrapAlgorithm, Byte[], String, CancellationToken) methods.

public static Azure.Security.KeyVault.Keys.KeyOperation SecureUnwrapKey { get; }
static member SecureUnwrapKey : Azure.Security.KeyVault.Keys.KeyOperation
Public Shared ReadOnly Property SecureUnwrapKey As KeyOperation

Property Value

Remarks

This value is only available with API version 2026-01-01-preview and newer.

Applies to