Discuss this help topic in SecureBlackbox Forum

TElPDFAdvancedPublicKeySecurityHandler.CMS

TElPDFAdvancedPublicKeySecurityHandler     See also     


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


This property contains signature body.

Declaration

[C#]
    TElSignedCMSMessage CMS;

[VB.NET]
    Property CMS As TElSignedCMSMessage

[Pascal]
    property CMS : TElSignedCMSMessage;

[C++]
    TElSignedCMSMessage* get_CMS();

[PHP]
    TElSignedCMSMessage get_CMS()

[Java]
    TElSignedCMSMessage getCMS();

Description

    Use this read-only property to get signature body.

See also:     PAdESSignatureType    

Discuss this help topic in SecureBlackbox Forum