Discuss this help topic in SecureBlackbox Forum

TElPKCS7Attributes class

Properties     Methods     Declared in     


TElPKCS7Attributes is used to store auxiliary information for a signed message.

Description

     TElPKCS7Attributes is used to store auxiliary information for a signed message. It contains a list of pairs in the form of Attribute=Values.

     To add an attribute, increase the value of Count property by one and place the value of the new attribute to Attributes[Count -1].

Properties

Methods

Declared in

.NET:
  • Namespace: SBPKCS7Utils
  • Assembly: SecureBlackbox
VCL:
  • Unit: SBPKCS7Utils
Java:
  • Package: SecureBlackbox.Base.jar
C++:
  • sbpkcs7utils.h

Discuss this help topic in SecureBlackbox Forum