KeyOperation.SecureWrapKey Property

Definition

Gets a value that indicates the key can be used to securely wrap a key generated inside a trusted execution environment (TEE) with the SecureWrapKeyAsync(SecureKeyWrapAlgorithm, CancellationToken) or SecureWrapKey(SecureKeyWrapAlgorithm, CancellationToken) methods.

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

Property Value

Remarks

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

Applies to