Show / Hide Table of Contents
Editar no GitHub

Class Name

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

Properties

| Improve this Doc View Source

CommonName

Declaration
public string CommonName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Country

Declaration
public string Country { get; }
Property Value
Type Description
String
| Improve this Doc View Source

DNQualifier

Declaration
public string DNQualifier { get; }
Property Value
Type Description
String
| Improve this Doc View Source

DomainComponent

Declaration
public string DomainComponent { get; }
Property Value
Type Description
String
| Improve this Doc View Source

EmailAddress

Declaration
public string EmailAddress { get; }
Property Value
Type Description
String
| Improve this Doc View Source

EncodedValue

Declaration
public byte[] EncodedValue { get; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

GenerationQualifier

Declaration
public string GenerationQualifier { get; }
Property Value
Type Description
String
| Improve this Doc View Source

GivenName

Declaration
public string GivenName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Initials

Declaration
public string Initials { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Item[String]

Declaration
public string this[string typeOid] { get; }
Parameters
Type Name Description
String typeOid
Property Value
Type Description
String
| Improve this Doc View Source

Locality

Declaration
public string Locality { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Organization

Declaration
public string Organization { get; }
Property Value
Type Description
String
| Improve this Doc View Source

OrganizationIdentifier

Declaration
public string OrganizationIdentifier { get; }
Property Value
Type Description
String
| Improve this Doc View Source

OrganizationUnit

Declaration
public string OrganizationUnit { get; }
Property Value
Type Description
String
| Improve this Doc View Source

PostalCode

Declaration
public string PostalCode { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Pseudonym

Declaration
public string Pseudonym { get; }
Property Value
Type Description
String
| Improve this Doc View Source

SerialNumber

Declaration
public string SerialNumber { get; }
Property Value
Type Description
String
| Improve this Doc View Source

StateName

Declaration
public string StateName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

StreetAddress

Declaration
public string StreetAddress { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Surname

Declaration
public string Surname { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Title

Declaration
public string Title { get; }
Property Value
Type Description
String
| Improve this Doc View Source

UserId

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

Methods

| Improve this Doc View Source

Decode(Byte[])

Declaration
public static Name Decode(byte[] x509NameDerEncoded)
Parameters
Type Name Description
Byte[] x509NameDerEncoded
Returns
Type Description
Name
| Improve this Doc View Source

GetAllValues()

Declaration
public Dictionary<string, List<string>> GetAllValues()
Returns
Type Description
Dictionary<String, List<String>>
| Improve this Doc View Source

GetTypeOids()

Declaration
public List<string> GetTypeOids()
Returns
Type Description
List<String>
| Improve this Doc View Source

GetValue(String)

Declaration
public string GetValue(string oid)
Parameters
Type Name Description
String oid
Returns
Type Description
String
| Improve this Doc View Source

GetValues(String)

Declaration
public List<string> GetValues(string oid)
Parameters
Type Name Description
String oid
Returns
Type Description
List<String>
| Improve this Doc View Source

IsEncodingIdentical(Name)

Declaration
public bool IsEncodingIdentical(Name other)
Parameters
Type Name Description
Name other
Returns
Type Description
Boolean
| Improve this Doc View Source

IsEquivalent(Name)

Declaration
public bool IsEquivalent(Name other)
Parameters
Type Name Description
Name other
Returns
Type Description
Boolean
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()
| Improve this Doc View Source

ToString(Boolean)

Declaration
public string ToString(bool reverse)
Parameters
Type Name Description
Boolean reverse
Returns
Type Description
String
Back to top Copyright © 2015-2020 Lacuna Software