Discuss this help topic in SecureBlackbox Forum

TElCMSSigPolicyQualifier.RemoveNoticeNumber

TElCMSSigPolicyQualifier     See also     


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


Removes the desired notice from the list.

Declaration

[C#]
    void RemoveNoticeNumber(int Index);

[VB.NET]
    Sub RemoveNoticeNumber(ByVal Index As Integer)

[Pascal]
    procedure RemoveNoticeNumber(Index: integer);

[C++]
    void RemoveNoticeNumber(int32_t Index);

[PHP]
    void RemoveNoticeNumber(integer $Index)

[Java]
    void removeNoticeNumber(int Index);

Parameters

  • Index - index of the item to be deleted. The first item has Index=0, the second has Index=1, and so on.

Description

    Use this method to remove the desired notice number from the list.

See also:     AddNoticeNumber     NoticeNumbers    

Discuss this help topic in SecureBlackbox Forum