Discuss this help topic in SecureBlackbox Forum

TElX509CertificateChain.Complete

TElX509CertificateChain     See also     


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


Shows whether the chain is completed or not.

Declaration

[C#]
    bool Complete;

[VB.NET]
    Property Complete As Boolean

[Pascal]
    property Complete: boolean;

[C++]
    bool get_Complete();

[PHP]
    bool get_Complete()

[Java]
    boolean getComplete();

Description

    Use this read-only property to get know whether the chain is completed or not. The chain is completed when it has at least one certificate and its last certificate is self-signed.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum