Cef |
public sealed class CefSslCertPrincipal : IDisposable
The CefSslCertPrincipal type exposes the following members.
| 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. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the CefSslCertPrincipal | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | (Overrides ObjectFinalize) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx) |