[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 | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
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