SecureBlackbox 2020 .NET Edition

Questions / Feedback?

Verify Method

Verifies digitally signed data.

Syntax

public void Verify(string uniqueIdentifier);
Public Sub Verify(ByVal UniqueIdentifier As String)

Remarks

Use this method to verify the integrity of the signature using a server-side key.

Please provide the signature via InputFile (or InputStream) property. For detached signatures, please also provide the data that was signed via DataFile (or DataStream) property.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]