type TCefX509CertPrincipal = record
Structure representing the issuer or subject field of an X.509 certificate.
NOTE: This struct is allocated DLL-side.
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_x509_cert_principal_t))
| 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; |
| 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. | |