Discuss this help topic in SecureBlackbox Forum

TElCMSSigPolicyQualifier.NoticeNumbers

TElCMSSigPolicyQualifier     See also     


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


This property contains the notice numbers.

Declaration

[C#]
    int NoticeNumbers[int Index];

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

[Pascal]
    property NoticeNumbers[Index: integer] : integer;

[C++]
    int32_t get_NoticeNumbers(int32_t Index);
    void set_NoticeNumbers(int32_t Index, int32_t Value);

[PHP]
    integer get_NoticeNumbers(integer $Index)
    void set_NoticeNumbers(integer $Index, integer $Value)

[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

    This property provides an access to the list of notice numbers, by which the explicit notice texts could be retreived.

See also:     NoticeNumberCount     Organization     ExplicitText     URI    

Discuss this help topic in SecureBlackbox Forum