VerifyResult interface

Properties

keyID

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

result

Result of the verify(string, Uint8Array, Uint8Array, VerifyOptions) operation in bytes.

Property Details

keyID

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

keyID?: string

Property Value

string

result

Result of the verify(string, Uint8Array, Uint8Array, VerifyOptions) operation in bytes.

result: boolean

Property Value

boolean