Discuss this help topic in SecureBlackbox Forum

TElX509CertificateChain.Count

TElX509CertificateChain     See also     


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


Specifies the number of certificates in the chain.

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count: integer;

[C++]
    int32_t get_Count();

[PHP]
    integer get_Count()

[Java]
    int getCount();

Description

    Use this read-only property to get the number of certificates in the chain.

See also:     Add    

Discuss this help topic in SecureBlackbox Forum