SecureBlackbox Lite 2020 .NET Edition

Questions / Feedback?

Sign Method

Signs a buffer.

Syntax

public byte[] Sign(byte[] buffer, bool detached);
Public Function Sign(ByVal Buffer As Byte(), ByVal Detached As Boolean) As Byte()

Remarks

Use this method to sign a byte array and get the protected message in another byte array. Set the Detached parameter to false to create an enveloped/enveloping, rather than detached signature.Please note that certain signature algorithms/kinds only support detached signing.

Specify the signing key in Key property before commencing the signing.

Please note that the key assigned must have a private key part.

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