Class NameModel
Inherited Members
Namespace: Lacuna.Pki.Issuer
Assembly: Lacuna.Pki.dll
Syntax
public class NameModel
Properties
BusinessCategory
X.520 id-at-businessCategory
Declaration
public string BusinessCategory { get; set; }
Property Value
Type | Description |
---|---|
String |
CommonName
X.520 id-at-commonName
Declaration
public string CommonName { get; set; }
Property Value
Type | Description |
---|---|
String |
Country
X.520 id-at-countryName
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
String |
Description
X.520 id-at-description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
DNQualifier
X.520 id-at-dnQualifier
Declaration
public string DNQualifier { get; set; }
Property Value
Type | Description |
---|---|
String |
DomainComponent
RFC 2247 id-domainComponent
Declaration
public string DomainComponent { get; set; }
Property Value
Type | Description |
---|---|
String |
EmailAddress
PKCS #9 pkcs-9-at-emailAddress
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
String |
GenerationQualifier
X.520 id-at-generationQualifier
Declaration
public string GenerationQualifier { get; set; }
Property Value
Type | Description |
---|---|
String |
GivenName
X.520 id-at-givenName
Declaration
public string GivenName { get; set; }
Property Value
Type | Description |
---|---|
String |
Initials
X.520 id-at-initials
Declaration
public string Initials { get; set; }
Property Value
Type | Description |
---|---|
String |
Locality
X.520 id-at-localityName
Declaration
public string Locality { get; set; }
Property Value
Type | Description |
---|---|
String |
Organization
X.520 id-at-organizationName
Declaration
public string Organization { get; set; }
Property Value
Type | Description |
---|---|
String |
OrganizationalUnit
X.520 id-at-organizationalUnitName
Declaration
public ICollection<string> OrganizationalUnit { get; set; }
Property Value
Type | Description |
---|---|
ICollection<String> |
OrganizationIdentifier
X.520 id-at-organizationIdentifier
Declaration
public string OrganizationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
String |
PostalCode
X.520 id-at-postalCode
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
String |
Pseudonym
X.520 at-pseudonym
Declaration
public string Pseudonym { get; set; }
Property Value
Type | Description |
---|---|
String |
SerialNumber
X.520 id-at-serialNumber
Declaration
public string SerialNumber { get; set; }
Property Value
Type | Description |
---|---|
String |
StateName
X.520 id-at-streetAddress
Declaration
public string StateName { get; set; }
Property Value
Type | Description |
---|---|
String |
StreetAddress
X.520 id-at-streetAddress
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
String |
Surname
X.520 id-at-surname
Declaration
public string Surname { get; set; }
Property Value
Type | Description |
---|---|
String |
TelephoneNumber
X.520 id-at-telephoneNumber
Declaration
public string TelephoneNumber { get; set; }
Property Value
Type | Description |
---|---|
String |
Title
X.520 id-at-title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
String |
UnstructuredAddress
PKCS #9 pkcs-9-at-unstructuredAddress
Declaration
public string UnstructuredAddress { get; set; }
Property Value
Type | Description |
---|---|
String |
UserId
LDAP RFC 4519 uid / RFC 1274 userid
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
String |