Discuss this help topic in SecureBlackbox Forum

TElASiCCAdESSignature.CMSMessage

TElASiCCAdESSignature     See also     


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


Returns a reference to the signed CMS message object that represents the signature and its subject.

Declaration

[C#]
    TElSignedCMSMessage CMSMessage;

[VB.NET]
    Property CMSMessage As TElSignedCMSMessage

[Pascal]
    property CMSMessage : TElSignedCMSMessage;

[C++]
    not available

[PHP]
    TElSignedCMSMessage get_CMSMessage()

[Java]
    TElSignedCMSMessage getCMSMessage();

Description

Use this property to get a reference to the signed CMS message that represents the CAdES signature and its subject.

See also:     SignatureEntries     SignatureEntryCount    

Discuss this help topic in SecureBlackbox Forum