Datasnap.DSHTTPClient.TDSHTTPS.HasPeerCertificate
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp
| |
Unit: Datasnap.DSHTTPClient | |
Parent: TDSHTTPS |
Delphi
class function HasPeerCertificate: Boolean; override;
C++
__classmethod virtual bool __fastcall HasPeerCertificate();
Description
Static function that returns whether this HTTPS connection has a peer certificate available.
In this TDSHTTPS implementation, HasPeerCertificate always returns True.