Name
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki
Class
public class Name
Hierarquia: object → Name
Propriedades
CommonName
public string CommonName { get; }
Retorno
Country
public string Country { get; }
Retorno
DNQualifier
public string DNQualifier { get; }
Retorno
DomainComponent
public string DomainComponent { get; }
Retorno
EmailAddress
public string EmailAddress { get; }
Retorno
EncodedValue
public byte[] EncodedValue { get; }
Retorno
GenerationQualifier
public string GenerationQualifier { get; }
Retorno
GivenName
public string GivenName { get; }
Retorno
Initials
public string Initials { get; }
Retorno
Locality
public string Locality { get; }
Retorno
Organization
public string Organization { get; }
Retorno
OrganizationIdentifier
public string OrganizationIdentifier { get; }
Retorno
OrganizationUnit
public string OrganizationUnit { get; }
Retorno
PostalCode
public string PostalCode { get; }
Retorno
Pseudonym
public string Pseudonym { get; }
Retorno
SerialNumber
public string SerialNumber { get; }
Retorno
StateName
public string StateName { get; }
Retorno
StreetAddress
public string StreetAddress { get; }
Retorno
Surname
public string Surname { get; }
Retorno
this[string]
public string this[string typeOid] { get; }
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
typeOid | string |
Retorno
Title
public string Title { get; }
Retorno
UserId
public string UserId { get; }
Retorno
Métodos
Decode(byte[])
public static Name Decode(byte[] x509NameDerEncoded)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
x509NameDerEncoded | byte[] |
Retorno
GetAllValues()
public Dictionary<string, List<string>> GetAllValues()
Retorno
Dictionary<string, List<string>>
GetTypeOids()
public List<string> GetTypeOids()
Retorno
GetValue(string)
public string GetValue(string oid)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
oid | string |
Retorno
GetValues(string)
public List<string> GetValues(string oid)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
oid | string |
Retorno
IsEncodingIdentical(Name)
public bool IsEncodingIdentical(Name other)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
other | Name |
Retorno
IsEquivalent(Name)
public bool IsEquivalent(Name other)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
other | Name |
Retorno
ToString()
public override string ToString()
Retorno
ToString(bool)
public string ToString(bool reverse)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
reverse | bool |
Retorno
Membros herdados
Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode(), GetType(), MemberwiseClone()