Discuss this help topic in SecureBlackbox Forum

TElCMSCommitmentTypeIndication.CustomIdentifiers

TElCMSCommitmentTypeIndication     


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


This property contains identifiers of the custom signature commitment types.

Declaration

[C#]
    TElByteArrayList CustomIdentifiers;

[VB.NET]
    Property CustomIdentifiers As TElByteArrayList

[Pascal]
    property CustomIdentifiers : TStringList;

[C++]
    TElByteArrayList* get_CustomIdentifiers();

[PHP]
    TElByteArrayList get_CustomIdentifiers()

[Java]
    TElByteArrayList getCustomIdentifiers();

Description

    Use this property to get the list of identifiers of the custom commitment types.

Discuss this help topic in SecureBlackbox Forum