Discuss this help topic in SecureBlackbox Forum

TElServerSSLSocket.InternalValidate

TElServerSSLSocket     See also     


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


Checks validity of the client certificate.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[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 TElServerSSLSocket to validate client's certificate using certificate storage specified by ClientCertStorage parameter. Use this method after the OnCertificateValidate event was fired.
    If ClientCertStorage property is not set, the Validity parameter returns SB_CERTIFICATE_VALIDITY_STORAGE_ERROR.

See also:     OnCertificateValidate     ClientCertStorage    

Discuss this help topic in SecureBlackbox Forum