ExternalKey Class

Definition

A reference to a key whose material is held in an external HSM, used with CreateExternalKey(CreateExternalKeyOptions, CancellationToken) (and its async equivalent) to register a Managed HSM key that points at material managed by an external HSM. Only available with service version 2026-01-01-preview and newer, and only supported on Managed HSM.

public class ExternalKey
type ExternalKey = class
Public Class ExternalKey
Inheritance
ExternalKey

Constructors

Name Description
ExternalKey(String)

Initializes a new instance of the ExternalKey class.

Properties

Name Description
Id

Gets the external key identifier.

Applies to