Discuss this help topic in SecureBlackbox Forum

TElClientCertURLsSSLExtension.ChainType

TElClientCertURLsSSLExtension     


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


Contains the type of certificate chain

Declaration

[C#]
    TSBCertChainType ChainType;

[VB.NET]
    Property ChainType As TSBCertChainType

[Pascal]
    property ChainType : TSBCertChainType;

[C++]
    TSBCertChainType get_ChainType();
    void set_ChainType(TSBCertChainType Value);

[PHP]
    integer get_ChainType()
    void set_ChainType(integer $Value)

[Java]
    TSBCertChainType getChainType();
    void setChainType(TSBCertChainType Value);

Values:

Description

    This property specifies the type of the certificate chain

Discuss this help topic in SecureBlackbox Forum