Represents certificate principal. More...
#include <Coherent/UI/Certificate.h>
Public Attributes | |
const wchar_t * | CommonName |
Null terminated string with the common name of the subject. | |
const wchar_t * | LocalityName |
Null terminated string with the locality name of the subject. | |
const wchar_t * | StateOrProvinceName |
Null terminated string with the state or province name of the subject. | |
const wchar_t * | CountryName |
Null terminated string with the country name of the subject. | |
const wchar_t ** | StreetAddresses |
Array of null terminated street addresses. | |
unsigned int | StreetAddressesCount |
Number of the strings in StreetAddresses. | |
const wchar_t ** | OrganizationNames |
Array of null terminated organization names. | |
unsigned int | OrganizationNamesCount |
Number of the strings in OrganizationNames. | |
const wchar_t ** | OrganizationUnitNames |
Array of null terminated organization names. | |
unsigned int | OrganizationUnitNamesCount |
Number of the strings in OrganizationUnitNames. | |
const wchar_t ** | DomainComponents |
Array of null terminated organization names. | |
unsigned int | DomainComponentsCount |
Number of the strings in DomainComponents. | |
Represents certificate principal.