Discuss this help topic in SecureBlackbox Forum

TElDefaultDataStorageSecurityHandler.CertIDCount

TElDefaultDataStorageSecurityHandler     See also     


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


Specifies number of certificate identifiers in the list.

Declaration

[C#]
    int CertIDCount;

[VB.NET]
    Property CertIDCount As Integer

[Pascal]
    property CertIDCount : integer;

[C++]
    int32_t get_CertIDCount();

[PHP]
    integer get_CertIDCount()

[Java]
    int getCertIDCount();

Description

    Use this property to get the number of certificateidentifiers in the list.

See also:     CertIDs    

Discuss this help topic in SecureBlackbox Forum