Discuss this help topic in SecureBlackbox Forum

TElIndySSLIOHandlerServerSocket.InternalValidate

TElIndySSLIOHandlerServerSocket     See also     


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


Returns the server certificate validity information.

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 common validity state of certificate
  • Reason - Details of certificate's validity state

Values

Description

    This method causes TElIndySSLIOHandlerServerSocket 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