API:Data.DBXCommonIndy.TX509CertificateIndy.GetIssuerX500Principal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIssuerX500Principal: TX500Principal; override;

C++

virtual Data::Dbxcommon::TX500Principal* __fastcall GetIssuerX500Principal();

Properties

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

Description

Virtual abstract method to be implemented in child classes to get the distinguished name value of the issuer from the certificate.

Data.DBXCommonIndy.TX509CertificateIndy.GetIssuerX500Principal inherits from Data.DBXCommon.TX509Certificate.GetIssuerX500Principal. All content below this line refers to Data.DBXCommon.TX509Certificate.GetIssuerX500Principal.

Virtual abstract method to be implemented in child classes to get the distinguished name value of the issuer from the certificate.

The GetIssuerX500Principal virtual abstract method is to be implemented in child classes to get the distinguished name value of the issuer from the certificate.

Note: The issuer name field contains an X.500 distinguished name.

See Also