SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

SignatureAttribute Type

Represents an attribute of a digital PKCS#7/CMS signature.

Remarks

Attributes store auxiliary information about the signed message, the signature, or the owner. Each attribute is a OID=Value pair.

Common attributes are signing time, a content type, a policy identifier, and a signature timestamp.

Fields

OID
String

The object identifier of the attribute.

Value
TBytes

The value of the attribute.

Constructors

constructor Create();

Creates a new, empty, signature attribute.

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