Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SignResult

Package version

Result of the sign operation.

Hierarchy

  • SignResult

Index

Properties

Properties

algorithm

algorithm: SignatureAlgorithm

The {@link EncryptionAlgorithm} used to sign the data.

Optional keyID

keyID: undefined | string

The ID of the Key Vault Key used to sign the data.

result

result: Uint8Array

Result of the sign operation in bytes.

Generated using TypeDoc