Verifies the signature.
Do not call this method directly.
Namespace: TallComponents.PDF.DigitalSignaturesAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public override bool Verify( byte[] bytesToVerify, byte[] digest, byte[][] certificates ) |
| Visual Basic |
|---|
Public Overrides Function Verify ( _ bytesToVerify As Byte(), _ digest As Byte(), _ certificates As Byte()() _ ) As Boolean |
Parameters
- bytesToVerify
- Type: array<System..::..Byte>[]()[][]
For internal use only.
- digest
- Type: array<System..::..Byte>[]()[][]
For internal use only.
- certificates
- Type: array<array<System..::..Byte>[]()[][]>[]()[][]
For internal use only.