C# Class Goedel.Cryptography.PKIX.GeneralName

GeneralName
Inheritance: Goedel.ASN1.Root
Show file Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Properties

Property Type Description
DNSName string
RFC822Name string

Public Methods

Method Description
Encode ( Goedel Buffer ) : void

Encode ASN.1 class members to specified buffer. NB Assinine ASN.1 DER encoding rules requires members be added in reverse order.

GeneralName ( string Name ) : System

Construct from the specified string.

Method Details

Encode() public method

Encode ASN.1 class members to specified buffer. NB Assinine ASN.1 DER encoding rules requires members be added in reverse order.
public Encode ( Goedel Buffer ) : void
Buffer Goedel Output buffer
return void

GeneralName() public method

Construct from the specified string.
public GeneralName ( string Name ) : System
Name string The name to use. the type is inferred from the /// syntax.
return System

Property Details

DNSName public property

ASN.1 member DNSName
public string DNSName
return string

RFC822Name public property

ASN.1 member RFC822Name
public string RFC822Name
return string