Show / Hide Table of Contents

Class Name

Inheritance
Object
Name
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class Name

Properties

CommonName

Declaration
public string CommonName { get; set; }
Property Value
Type Description
String

Country

Declaration
public string Country { get; set; }
Property Value
Type Description
String

DNQualifier

Declaration
public string DNQualifier { get; set; }
Property Value
Type Description
String

EmailAddress

Declaration
public string EmailAddress { get; set; }
Property Value
Type Description
String

GenerationQualifier

Declaration
public string GenerationQualifier { get; set; }
Property Value
Type Description
String

GivenName

Declaration
public string GivenName { get; set; }
Property Value
Type Description
String

Initials

Declaration
public string Initials { get; set; }
Property Value
Type Description
String

Locality

Declaration
public string Locality { get; set; }
Property Value
Type Description
String

Organization

Declaration
public string Organization { get; set; }
Property Value
Type Description
String

OrganizationUnit

Declaration
public string OrganizationUnit { get; set; }
Property Value
Type Description
String

Pseudonym

Declaration
public string Pseudonym { get; set; }
Property Value
Type Description
String

SerialNumber

Declaration
public string SerialNumber { get; set; }
Property Value
Type Description
String

StateName

Declaration
public string StateName { get; set; }
Property Value
Type Description
String

Surname

Declaration
public string Surname { get; set; }
Property Value
Type Description
String

TelephoneNumber

The telephone number, as defined by X.520 (id-at-telephoneNumber)

Declaration
public string TelephoneNumber { get; }
Property Value
Type Description
String

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
String

Methods

GetAllValues()

Returns all the values present on this Name

Declaration
public Dictionary<string, List<string>> GetAllValues()
Returns
Type Description
Dictionary<String, List<String>>

GetValue(String)

Returns the value associated with a given key OID.

Declaration
public string GetValue(string oid)
Parameters
Type Name Description
String oid
Returns
Type Description
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 ", "

Remarks

See class Name.Oids for the known key OIDs.

GetValues(String)

Returns the collection of values associated with a given key OID

Declaration
public List<string> GetValues(string oid)
Parameters
Type Name Description
String oid
Returns
Type Description
List<String>

The values associated with the given key OID. If the given key is not present, an empty list is returned.

Back to top Copyright © 2015-2020 Lacuna Software