Coherent UI  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Coherent::UI::CertificatePrincipal Struct Reference

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.
 

Detailed Description

Represents certificate principal.