Discuss this help topic in SecureBlackbox Forum

TElServerSSLSocket.InternalValidate

TElServerSSLSocket     See also     


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


Checks validity of the client certificate.

Declaration

[C#/Java]
    void InternalValidate(ref TSBCertificateValidity Validity, ref TSBCertificateValidityReason Reason)

[VB.NET]
    Sub InternalValidate(ByRef Validity As TSBCertificateValidity, ByRef Reason As TSBCertificateValidityReason)

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    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