Discuss this help topic in SecureBlackbox Forum

TElCustomCertStorage.ChainCount

TElCustomCertStorage     See also     


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


Specifies the number of available certificate chains in storage.

Declaration

[C#]
    int ChainCount;

[VB.NET]
    Property ChainCount As Integer

[Pascal]
    property Count : integer;

[C++]
    int32_t get_ChainCount();

[PHP]
    integer get_ChainCount()

[Java]
    int getChainCount();

Description

    Use this property in derived classes to retrieve the number of certificate chains in storage.

See also:     Chains     Count    

Discuss this help topic in SecureBlackbox Forum