Discuss this help topic in SecureBlackbox Forum

TElIdFTPIOHandlerSocket.InternalValidate

TElIdFTPIOHandlerSocket     See also     


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


Performs internal validation of the server certificate.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure InternalValidate(var Validity : TSBCertificateValidity; var Reason : TSBCertificateValidityReason);

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Validity - The validity state of the certificate
  • Reason - Details of certificate's validity state

Values

Description

    This method causes TElIdFTPIOHandlerSocket to validate server's certificate using certificate storage specified by property CertStorage. Use this method after the OnCertificateValidate event was fired (it is a good idea is to call this method in this event handler).

See also:     Send    

Discuss this help topic in SecureBlackbox Forum