Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.CustomSignedAttributes

TElCMSSignature     See also     


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


This property contains custom attributes of the signer, which sre signed.

Declaration

[C#]
    TElPKCS7Attributes CustomSignedAttributes;

[VB.NET]
    Property CustomSignedAttributes As TElPKCS7Attributes

[Pascal]
    property CustomSignedAttributes : TElPKCS7Attributes;

[C++]
    TElPKCS7Attributes* get_CustomSignedAttributes();

[PHP]
    TElPKCS7Attributes get_CustomSignedAttributes()

[Java]
    TElPKCS7Attributes getCustomSignedAttributes();

Description

    Use this property to get the signed custom attributes of the signer, e.g., signing time.

See also:     CustomUnsignedattributes    

Discuss this help topic in SecureBlackbox Forum