[This is preliminary documentation and is subject to change.]
The CefSslCertPrincipal type exposes the following members.Properties
Name | Description | |
---|---|---|
![]() | CommonName |
Returns the common name.
|
![]() | CountryName |
Returns the country name.
|
![]() | DisplayName |
Returns a name that can be used to represent the issuer. It tries in this
order: CN, O and OU and returns the first non-empty one found.
|
![]() | DomainComponents |
Retrieve the list of domain components.
|
![]() | LocalityName |
Returns the locality name.
|
![]() | OrganizationNames |
Retrieve the list of organization names.
|
![]() | OrganizationUnitNames |
Retrieve the list of organization unit names.
|
![]() | StateOrProvinceName |
Returns the state or province name.
|
![]() | StreetAddresses |
Retrieve the list of street addresses.
|
See Also