SecureBlackbox 2020 .NET Edition

Questions / Feedback?

CountersigningCertificate Property

The certificate that was used to countersign the signature.

Syntax

public Certificate CountersigningCertificate { get; }
Public ReadOnly Property CountersigningCertificate As Certificate

Remarks

Use this property to access the certificate that was used to countersign a signature. You can check this property from your CountersignatureValidated event handler, or after Verify method completes.

This property is read-only and not available at design time.

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