Discuss this help topic in SecureBlackbox Forum

TElCMSSignaturePolicy.Qualifiers

TElCMSSignaturePolicy     See also     


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


This property contains signature policy qualifiers.

Declaration

[C#]
    TElCMSSigPolicyQualifier Qualifiers[int Index];

[VB.NET]
    Property Qualifiers(ByVal Index As Integer) As TElCMSSigPolicyQualifier

[Pascal]
    property Qualifiers[Index: integer] : TElCMSSigPolicyQualifier;

[C++]
    TElCMSSigPolicyQualifier* get_Qualifiers(int32_t Index);

[PHP]
    TElCMSSigPolicyQualifier get_Qualifiers(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the desired item in the list. The first item has Index=0, the second has Index=1, and so on.

Description

    Each element of this list contains additional information which qualifies the signature policy.

See also:     QualifierCount     AddQualifier     RemoveQualifier     ClearQualifiers    

Discuss this help topic in SecureBlackbox Forum