Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Cryptography.X509Certificates.SubjectAlternativeNameBuilder Class Referencesealed

Public Member Functions

void AddEmailAddress (string emailAddress)
 
void AddDnsName (string dnsName)
 
void AddUri (Uri uri)
 
void AddIpAddress (IPAddress ipAddress)
 
void AddUserPrincipalName (string upn)
 
X509Extension Build (bool critical=false)
 

Private Member Functions

void AddGeneralName (GeneralNameAsn generalName)
 

Private Attributes

readonly List< byte[]> _encodedNames = new List<byte[]>()
 

Static Private Attributes

static readonly IdnMapping s_idnMapping = new IdnMapping()
 

Detailed Description

Definition at line 10 of file SubjectAlternativeNameBuilder.cs.


The documentation for this class was generated from the following file: