Interface ICefX509CertPrincipal

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type ICefX509CertPrincipal = interface(ICefBaseRefCounted)

Description

Interface representing the issuer or subject field of an X.509 certificate.

UNKNOWN

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_x509_certificate_capi.h">CEF source file: /include/capi/cef_x509_certificate_capi.h (cef_x509cert_principal_t))

Hierarchy

Overview

Methods

Public function GetDisplayName: ustring;
Public function GetCommonName: ustring;
Public function GetLocalityName: ustring;
Public function GetStateOrProvinceName: ustring;
Public function GetCountryName: ustring;
Public procedure GetOrganizationNames(const names: TStrings);
Public procedure GetOrganizationUnitNames(const names: TStrings);

Description

Methods

Public function GetDisplayName: ustring;

Returns a name that can be used to represent the issuer. It tries in this order: Common Name (CN), Organization Name (O) and Organizational Unit Name (OU) and returns the first non-NULL one found.

Attributes
GUID['{CD3621ED-7D68-4A1F-95B5-190C7001B65F}']
Public function GetCommonName: ustring;

Returns the common name.

Public function GetLocalityName: ustring;

Returns the locality name.

Public function GetStateOrProvinceName: ustring;

Returns the state or province name.

Public function GetCountryName: ustring;

Returns the country name.

Public procedure GetOrganizationNames(const names: TStrings);

Retrieve the list of organization names.

Public procedure GetOrganizationUnitNames(const names: TStrings);

Retrieve the list of organization unit names.


Generated by PasDoc 0.16.0-snapshot.