SecureBlackbox 2020 .NET Edition

Questions / Feedback?

ClearTextSignString Method

Creates a cleartext signature over the provided data.

Syntax

public string ClearTextSignString(string S);
Public Function ClearTextSignString(ByVal S As String) As String

Remarks

Call this method to create a cleartext signature over the provided string. The method returns the signed string.

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]