Record TCefX509CertPrincipal

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefX509CertPrincipal = record

Description

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

Implemented by ICefX509CertPrincipal.

<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))

Overview

Fields

Public base: TCefBaseRefCounted;
Public get_display_name: function(self: PCefX509CertPrincipal): PCefStringUserFree; stdcall;
Public get_common_name: function(self: PCefX509CertPrincipal): PCefStringUserFree; stdcall;
Public get_locality_name: function(self: PCefX509CertPrincipal): PCefStringUserFree; stdcall;
Public get_state_or_province_name: function(self: PCefX509CertPrincipal): PCefStringUserFree; stdcall;
Public get_country_name: function(self: PCefX509CertPrincipal): PCefStringUserFree; stdcall;
Public get_organization_names: procedure(self: PCefX509CertPrincipal; names: TCefStringList); stdcall;
Public get_organization_unit_names: procedure(self: PCefX509CertPrincipal; names: TCefStringList); stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public get_display_name: function(self: PCefX509CertPrincipal): PCefStringUserFree; stdcall;

This item has no description.

Public get_common_name: function(self: PCefX509CertPrincipal): PCefStringUserFree; stdcall;

This item has no description.

Public get_locality_name: function(self: PCefX509CertPrincipal): PCefStringUserFree; stdcall;

This item has no description.

Public get_state_or_province_name: function(self: PCefX509CertPrincipal): PCefStringUserFree; stdcall;

This item has no description.

Public get_country_name: function(self: PCefX509CertPrincipal): PCefStringUserFree; stdcall;

This item has no description.

Public get_organization_names: procedure(self: PCefX509CertPrincipal; names: TCefStringList); stdcall;

This item has no description.

Public get_organization_unit_names: procedure(self: PCefX509CertPrincipal; names: TCefStringList); stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.