Class GeneralNamesSanEncoding
Inheritance
GeneralNamesSanEncoding
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
|
Improve this Doc
View Source
DnsNames
Declaration
public List<string> DnsNames { get; set; }
Property Value
|
Improve this Doc
View Source
IPAddresses
Declaration
public List<IPAddress> IPAddresses { get; set; }
Property Value
|
Improve this Doc
View Source
Rfc822Names
Declaration
public List<string> Rfc822Names { get; set; }
Property Value
|
Improve this Doc
View Source
Uris
Declaration
public List<Uri> Uris { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Encode()
Declaration
Returns
Implements