Discuss this help topic in SecureBlackbox Forum

TElSSHKey.Import

TElSSHKey     See also     


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


This method initializes the key with TElX509Certificate.

Declaration

[C#]
    void Import(TElX509Certificate Certificate);

[VB.NET]
    Sub Import(ByVal Certificate As TElX509Certificate)

[Pascal]
    procedure Import(Certificate: TElX509Certificate);

[C++]
    void Import(TElX509Certificate &Certificate);
    void Import(TElX509Certificate *Certificate);

[PHP]
    void Import(TElX509Certificate $Certificate)

[Java]
    void import(TElX509Certificate Certificate);

Parameters

  • Certificate - certificate to be used as SSH-key

Description

    This method allows you to use X.509 certificates instead of generic SSH-keys. KeyFormat property value is set as kfX509 when this method is used.

See also:     KeyFormat     Generate    

Discuss this help topic in SecureBlackbox Forum