Discuss this help topic in SecureBlackbox Forum

TElSSLCertificateTypeHandler.ValidateRemoteCert

TElSSLCertificateTypeHandler     See also     


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


Declaration

[C#]
    bool ValidateRemoteCert(byte[] Data, int Optional);

[VB.NET]
    Function ValidateRemoteCert(ByVal Data As Byte(), ByVal Optional As Integer) As Boolean

[Pascal]
    function ValidateRemoteCert(const Data : ByteArray; Optional : integer) : boolean; virtual; abstract;

[C++]
    bool ValidateRemoteCert(const std::vector<uint8_t> &Data, int32_t Optional);

[PHP]
    bool ValidateRemoteCert(array of byte|string|NULL $Data, integer $Optional)

[Java]
    boolean validateRemoteCert(byte[] arg0, int arg1);

Parameters

  • Data -
  • Optional -

Return value

    Returns

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum