Discuss this help topic in SecureBlackbox Forum

TElCMSSigPolicyQualifier.AddNoticeNumber

TElCMSSigPolicyQualifier     See also     


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


Adds a notice to the list.

Declaration

[C#]
    int AddNoticeNumber();

[VB.NET]
    Function AddNoticeNumber() As Integer

[Pascal]
    function AddNoticeNumber : integer;

[C++]
    int32_t AddNoticeNumber();

[PHP]
    integer AddNoticeNumber()

[Java]
    int addNoticeNumber();

Return value

    Index of the newly added item in the list.

Description

    Use this method to add a new notice to the list.

See also:     RemoveNoticeNumber     NoticeNumbers    

Discuss this help topic in SecureBlackbox Forum