Discuss this help topic in SecureBlackbox Forum

TElSSLTrustedCA.Import

TElSSLTrustedCA     See also     


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


Imports the necessary properties from the certificate.

Declaration

[C#]
    void Import(TElX509Certificate Cert);

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

[Pascal]
    procedure Import(Cert : TElX509Certificate);

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

[PHP]
    void Import(TElX509Certificate $Cert)

[Java]
    void import(TElX509Certificate Cert);

Parameters

  • Cert - the certificate whose values will be imported.

Description

    Use this method to import the properties of the CA certificate into TElSSLTrustedCA object. The application must set IdentifierType property before calling this method.

See also:     IdentifierType    

Discuss this help topic in SecureBlackbox Forum