SecureBlackbox 2020 .NET Edition

Questions / Feedback?

ClearTextSignStream Method

Creates a cleartext signature over the provided data.

Syntax

public void ClearTextSignStream(System.IO.Stream sourceStream, System.IO.Stream destStream);
Public Sub ClearTextSignStream(ByVal SourceStream As System.IO.Stream, ByVal DestStream As System.IO.Stream)

Remarks

Call this method to create a cleartext signature over the provided data stream. Only textual data can be signed in cleartext.

Pass the signing key(s) via SigningKeys property.

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