Discuss this help topic in SecureBlackbox Forum

TElSSHKey.Certificate

TElSSHKey     


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


This property contains server's certificate.

Declaration

[C#]
    TElX509Certificate Certificate;

[VB.NET]
    Property Certificate As TElX509Certificate

[Pascal]
    property Certificate : TElX509Certificate;

[C++]
    TElX509Certificate* get_Certificate();

[PHP]
    TElX509Certificate get_Certificate()

[Java]
    TElX509Certificate getCertificate();

Description

    This property contains server's certificate if PublicKeyAlgorithm property is set to SSH_PK_X509_SIGN_RSA.

Discuss this help topic in SecureBlackbox Forum