Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyCreateParameters

Package version

The key create parameters.

Hierarchy

  • KeyCreateParameters

Index

Properties

Optional curve

Elliptic curve name. For valid values, see JsonWebKeyCurveName.

Optional keyAttributes

keyAttributes: KeyAttributes

The attributes of a key managed by the key vault service.

Optional keyOps

Optional keySize

keySize: undefined | number

The key size in bits. For example: 2048, 3072, or 4096 for RSA.

kty

The type of key to create. For valid values, see JsonWebKeyType.

Optional publicExponent

publicExponent: undefined | number

The public exponent for a RSA key.

Optional releasePolicy

releasePolicy: KeyReleasePolicy

The policy rules under which the key can be exported.

Optional tags

tags: undefined | {}

Application specific metadata in the form of key-value pairs.

Generated using TypeDoc