Name
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client
Class
public class Name
Hierarquia: object → Name
Propriedades
CommonName
public string CommonName { get; set; }
Retorno
Country
public string Country { get; set; }
Retorno
DNQualifier
public string DNQualifier { get; set; }
Retorno
EmailAddress
public string EmailAddress { get; set; }
Retorno
GenerationQualifier
public string GenerationQualifier { get; set; }
Retorno
GivenName
public string GivenName { get; set; }
Retorno
Initials
public string Initials { get; set; }
Retorno
Locality
public string Locality { get; set; }
Retorno
Organization
public string Organization { get; set; }
Retorno
OrganizationUnit
public string OrganizationUnit { get; set; }
Retorno
Pseudonym
public string Pseudonym { get; set; }
Retorno
SerialNumber
public string SerialNumber { get; set; }
Retorno
StateName
public string StateName { get; set; }
Retorno
Surname
public string Surname { get; set; }
Retorno
TelephoneNumber
The telephone number, as defined by X.520 (id-at-telephoneNumber)
public string TelephoneNumber { get; }
Retorno
Title
public string Title { get; set; }
Retorno
Métodos
GetAllValues()
Returns all the values present on this Name
public Dictionary<string, List<string>> GetAllValues()
Retorno
Dictionary<string, List<string>>
GetValue(string)
Returns the value associated with a given key OID.
public string GetValue(string oid)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
oid | string |
Retorno
string — The value associated with the given key OID. If the given key is not present, returns null. If multiple values are present, returns a concatenation of the values separated by ", "
Comentários
See class Name.Oids for the known key OIDs.
GetValues(string)
Returns the collection of values associated with a given key OID
public List<string> GetValues(string oid)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
oid | string |
Retorno
List<string> — The values associated with the given key OID. If the given key is not present, an empty list is returned.
Membros herdados
GetType(), MemberwiseClone(), ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode()