C# Class Goedel.Cryptography.PKIX.GeneralName

GeneralName
Inheritance: Goedel.ASN1.Root
Afficher le fichier Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Méthodes publiques

Свойство Type Description
DNSName string
RFC822Name string

Méthodes publiques

Méthode 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 méthode

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
Résultat void

GeneralName() public méthode

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

Property Details

DNSName public_oe property

ASN.1 member DNSName
public string DNSName
Résultat string

RFC822Name public_oe property

ASN.1 member RFC822Name
public string RFC822Name
Résultat string