terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension Class Referencesealed
+ Inheritance diagram for System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension:
+ Collaboration diagram for System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension:

Public Member Functions

 X509SubjectKeyIdentifierExtension ()
 
 X509SubjectKeyIdentifierExtension (AsnEncodedData encodedSubjectKeyIdentifier, bool critical)
 
 X509SubjectKeyIdentifierExtension (byte[] subjectKeyIdentifier, bool critical)
 
 X509SubjectKeyIdentifierExtension (string subjectKeyIdentifier, bool critical)
 
 X509SubjectKeyIdentifierExtension (PublicKey key, bool critical)
 
 X509SubjectKeyIdentifierExtension (PublicKey key, X509SubjectKeyIdentifierHashAlgorithm algorithm, bool critical)
 
override void CopyFrom (AsnEncodedData asnEncodedData)
 
virtual string Format (bool multiLine)
 

Package Functions

AsnDecodeStatus Decode (byte[] extension)
 
byte[] Encode ()
 
override string ToString (bool multiLine)
 
string FormatUnkownData (byte[] data)
 
string Default (bool multiLine)
 
string BasicConstraintsExtension (bool multiLine)
 
string EnhancedKeyUsageExtension (bool multiLine)
 
string KeyUsageExtension (bool multiLine)
 
string SubjectKeyIdentifierExtension (bool multiLine)
 
string SubjectAltName (bool multiLine)
 
string NetscapeCertType (bool multiLine)
 

Static Package Functions

static byte FromHexChar (char c)
 
static byte FromHexChars (char c1, char c2)
 
static byte[] FromHex (string hex)
 

Package Attributes

Oid _oid
 
byte[] _raw
 

Static Package Attributes

const string oid = "2.5.29.14"
 
const string friendlyName = "Subject Key Identifier"
 

Properties

string SubjectKeyIdentifier [get, set]
 
bool Critical [get, set]
 
Oid Oid [get, set]
 
byte[] RawData [get, set]
 

Private Attributes

byte[] _subjectKeyIdentifier
 
string _ski
 
AsnDecodeStatus _status
 
bool _critical
 

Detailed Description

Definition at line 11 of file X509SubjectKeyIdentifierExtension.cs.


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