Skip to main content

ManagedKeyInfo type

Represents information about a managed key. Private or secret key material is NOT present.

Signature:

export type ManagedKeyInfo = Omit<IKey, 'privateKeyHex'>

References: IKey