Package version:

Interface SignResult

Result of the sign operation.

Hierarchy

  • SignResult

Properties

Properties

algorithm: string

The EncryptionAlgorithm used to sign the data.

keyID?: string

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

result: Uint8Array

Result of the sign operation in bytes.

Generated using TypeDoc