Data.DBXCommonIndy.TX509CertificateIndy.Verify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Verify(key: TPublicKey): Boolean; override;

C++

virtual bool __fastcall Verify(Data::Dbxcommon::TPublicKey* key)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Data.DBXCommonIndy.pas
Data.DBXCommonIndy.hpp
Data.DBXCommonIndy TX509CertificateIndy

Description

Verifies that the certificate was signed using the private key that corresponds to the specified public key.

The Verify method verifies that the certificate was signed using the private key that corresponds to the specified public key.

Note: Verify returns True if the certificate is verified, False otherwise.

See Also