Discuss this help topic in SecureBlackbox Forum

TElMessageVerifier.CountersignatureAttributes

TElMessageVerifier     See also     


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


Returns a set of attributes corresponding to the particular countersignature.

Declaration

[C#]
    TElPKCS7Attributes CountersignatureAttributes[int Index];

[VB.NET]
    Property CountersignatureAttributes(ByVal Index As Integer) As TElPKCS7Attributes

[Pascal]
    property CountersignatureAttributes : TElPKCS7Attributes;

[C++]
    TElPKCS7Attributes* get_CountersignatureAttributes(int32_t Index);

[PHP]
    TElPKCS7Attributes get_CountersignatureAttributes(integer $Index)

[Java]
    not available

Parameters

  • Index - ...

Description

    Use this property to get a set of attributes corresponding to the particular countersignature.

See also:     Attributes    

Discuss this help topic in SecureBlackbox Forum