[This is preliminary documentation and is subject to change.]
The CefSslCertPrincipal type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the CefSslCertPrincipal | |
| (Inherited from | ||
| Finalize | (Overrides | |
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from |
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