Show / Hide Table of Contents
Editar no GitHub

Class GeneralNamesSanEncoding

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

Constructors

| Improve this Doc View Source

GeneralNamesSanEncoding()

Declaration
public GeneralNamesSanEncoding()

Properties

| Improve this Doc View Source

DirectoryNames

Declaration
public List<Name> DirectoryNames { get; set; }
Property Value
Type Description
List<Name>
| Improve this Doc View Source

DnsNames

Declaration
public List<string> DnsNames { get; set; }
Property Value
Type Description
List<String>
| Improve this Doc View Source

IPAddresses

Declaration
public List<IPAddress> IPAddresses { get; set; }
Property Value
Type Description
List<IPAddress>
| Improve this Doc View Source

Rfc822Names

Declaration
public List<string> Rfc822Names { get; set; }
Property Value
Type Description
List<String>
| Improve this Doc View Source

Uris

Declaration
public List<Uri> Uris { get; set; }
Property Value
Type Description
List<Uri>

Methods

| Improve this Doc View Source

Encode()

Declaration
public byte[] Encode()
Returns
Type Description
Byte[]
Implements
ISanEncoding.Encode()
Back to top Copyright © 2015-2020 Lacuna Software