SignResult interface
Result of the sign(string, Uint8Array, SignOptions) operation.
Properties
algorithm | The EncryptionAlgorithm used to sign the data. |
keyID | The ID of the Key Vault Key used to sign the data. |
result | Result of the sign(string, Uint8Array, SignOptions) operation in bytes. |
Property Details
algorithm
keyID
The ID of the Key Vault Key used to sign the data.
keyID?: string
Property Value
string
result
Result of the sign(string, Uint8Array, SignOptions) operation in bytes.
result: Uint8Array
Property Value
Uint8Array