Class Name
Assembly: Lacuna.Pki.dll
Syntax
Properties
|
Improve this Doc
View Source
CommonName
Declaration
public string CommonName { get; }
Property Value
|
Improve this Doc
View Source
Country
Declaration
public string Country { get; }
Property Value
|
Improve this Doc
View Source
DNQualifier
Declaration
public string DNQualifier { get; }
Property Value
|
Improve this Doc
View Source
DomainComponent
Declaration
public string DomainComponent { get; }
Property Value
|
Improve this Doc
View Source
EmailAddress
Declaration
public string EmailAddress { get; }
Property Value
|
Improve this Doc
View Source
EncodedValue
Declaration
public byte[] EncodedValue { get; }
Property Value
|
Improve this Doc
View Source
GenerationQualifier
Declaration
public string GenerationQualifier { get; }
Property Value
|
Improve this Doc
View Source
GivenName
Declaration
public string GivenName { get; }
Property Value
|
Improve this Doc
View Source
Initials
Declaration
public string Initials { get; }
Property Value
|
Improve this Doc
View Source
Item[String]
Declaration
public string this[string typeOid] { get; }
Parameters
| Type |
Name |
Description |
| String |
typeOid |
|
Property Value
|
Improve this Doc
View Source
Locality
Declaration
public string Locality { get; }
Property Value
|
Improve this Doc
View Source
Organization
Declaration
public string Organization { get; }
Property Value
|
Improve this Doc
View Source
OrganizationIdentifier
Declaration
public string OrganizationIdentifier { get; }
Property Value
|
Improve this Doc
View Source
OrganizationUnit
Declaration
public string OrganizationUnit { get; }
Property Value
|
Improve this Doc
View Source
PostalCode
Declaration
public string PostalCode { get; }
Property Value
|
Improve this Doc
View Source
Pseudonym
Declaration
public string Pseudonym { get; }
Property Value
|
Improve this Doc
View Source
SerialNumber
Declaration
public string SerialNumber { get; }
Property Value
|
Improve this Doc
View Source
StateName
Declaration
public string StateName { get; }
Property Value
|
Improve this Doc
View Source
StreetAddress
Declaration
public string StreetAddress { get; }
Property Value
|
Improve this Doc
View Source
Surname
Declaration
public string Surname { get; }
Property Value
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; }
Property Value
|
Improve this Doc
View Source
UserId
Declaration
public string UserId { get; }
Property Value
Methods
|
Improve this Doc
View Source
Decode(Byte[])
Declaration
public static Name Decode(byte[] x509NameDerEncoded)
Parameters
| Type |
Name |
Description |
| Byte[] |
x509NameDerEncoded |
|
Returns
|
Improve this Doc
View Source
GetAllValues()
Declaration
public Dictionary<string, List<string>> GetAllValues()
Returns
|
Improve this Doc
View Source
GetTypeOids()
Declaration
public List<string> GetTypeOids()
Returns
|
Improve this Doc
View Source
GetValue(String)
Declaration
public string GetValue(string oid)
Parameters
| Type |
Name |
Description |
| String |
oid |
|
Returns
|
Improve this Doc
View Source
GetValues(String)
Declaration
public List<string> GetValues(string oid)
Parameters
| Type |
Name |
Description |
| String |
oid |
|
Returns
|
Improve this Doc
View Source
IsEncodingIdentical(Name)
Declaration
public bool IsEncodingIdentical(Name other)
Parameters
| Type |
Name |
Description |
| Name |
other |
|
Returns
|
Improve this Doc
View Source
IsEquivalent(Name)
Declaration
public bool IsEquivalent(Name other)
Parameters
| Type |
Name |
Description |
| Name |
other |
|
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
|
Improve this Doc
View Source
ToString(Boolean)
Declaration
public string ToString(bool reverse)
Parameters
| Type |
Name |
Description |
| Boolean |
reverse |
|
Returns