Coherent UI for .NET  2.5.3
A modern user interface library for games
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Coherent.UI.CertificatePrincipal Class Reference

Represents certificate principal. More...

Inherits IDisposable.

Properties

string[] StreetAddresses [get]
 The list of street addresses of the principal More...
 
string[] OrganizationNames [get]
 The list of organization names of the principal More...
 
string[] OrganizationUnitNames [get]
 The list of organization unit names of the principal More...
 
string[] DomainComponents [get]
 The list of domain components storage of the principal More...
 
string CommonName [get]
 Null terminated string with the common name of the subject. More...
 
string LocalityName [get]
 Null terminated string with the locality name of the subject. More...
 
string StateOrProvinceName [get]
 Null terminated string with the state or province name of the subject. More...
 
string CountryName [get]
 Null terminated string with the country name of the subject. More...
 

Detailed Description

Represents certificate principal.

Property Documentation

string Coherent.UI.CertificatePrincipal.CommonName
get

Null terminated string with the common name of the subject.

string Coherent.UI.CertificatePrincipal.CountryName
get

Null terminated string with the country name of the subject.

string [] Coherent.UI.CertificatePrincipal.DomainComponents
get

The list of domain components storage of the principal

string Coherent.UI.CertificatePrincipal.LocalityName
get

Null terminated string with the locality name of the subject.

string [] Coherent.UI.CertificatePrincipal.OrganizationNames
get

The list of organization names of the principal

string [] Coherent.UI.CertificatePrincipal.OrganizationUnitNames
get

The list of organization unit names of the principal

string Coherent.UI.CertificatePrincipal.StateOrProvinceName
get

Null terminated string with the state or province name of the subject.

string [] Coherent.UI.CertificatePrincipal.StreetAddresses
get

The list of street addresses of the principal