SecureBlackbox 2020 .NET Edition

Questions / Feedback?

VerifyDetachedStream Method

Verifies a detached signature.

Syntax

public void VerifyDetachedStream(System.IO.Stream signedDataStream, System.IO.Stream signatureStream);
Public Sub VerifyDetachedStream(ByVal SignedDataStream As System.IO.Stream, ByVal SignatureStream As System.IO.Stream)

Remarks

Use this method to verify a detached signature. Provide the original signed data via the SignedDataStream parameter, and the signature via the SignatureStream parameter.

The validation result will be stored in SignatureValidationResult property.

Specify the verification public key in Key property before commencing validation.

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