Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.CustomUnsignedAttributes

TElCMSSignature     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property contains a collection of signer attributes, which are not signed.

Declaration

[C#]
    TElPKCS7Attributes CustomUnsignedAttributes;

[VB.NET]
    Property CustomUnsignedAttributes As TElPKCS7Attributes

[Pascal]
    property CustomUnsignedAttributes : TElPKCS7Attributes;

[C++]
    TElPKCS7Attributes* get_CustomUnsignedAttributes();

[PHP]
    TElPKCS7Attributes get_CustomUnsignedAttributes()

[Java]
    TElPKCS7Attributes getCustomUnsignedAttributes();

Description

    Use this property to get custom signer attributes which are not signed, e.g., countersignatures.

See also:     CustomUnsignedAttributes    

Discuss this help topic in SecureBlackbox Forum