Discuss this help topic in SecureBlackbox Forum

TElCMSSigPolicyQualifier.NoticeNumberCount

TElCMSSigPolicyQualifier     See also     


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


This property specifies the number of notice numbers in the list.

Declaration

[C#]
    int NoticeNumberCount;

[VB.NET]
    Property NoticeNumberCount As Integer

[Pascal]
    property NoticeNumberCount : integer;

[C++]
    int32_t get_NoticeNumberCount();

[PHP]
    integer get_NoticeNumberCount()

[Java]
    int getNoticeNumberCount();

Description

    Use this property to get the number of notice numbers in the list.

See also:     NoticeNumbers    

Discuss this help topic in SecureBlackbox Forum