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
Mono.Security.X509.X509Crl Class Reference
+ Collaboration diagram for Mono.Security.X509.X509Crl:

Classes

class  X509CrlEntry
 

Public Member Functions

 X509Crl (byte[] crl)
 
bool WasCurrent (DateTime instant)
 
byte[] GetBytes ()
 
X509Crl.X509CrlEntry GetCrlEntry (X509Certificate x509)
 
X509Crl.X509CrlEntry GetCrlEntry (byte[] serialNumber)
 
bool VerifySignature (X509Certificate x509)
 
bool VerifySignature (AsymmetricAlgorithm aa)
 

Static Public Member Functions

static X509Crl CreateFromFile (string filename)
 

Package Functions

bool VerifySignature (DSA dsa)
 
bool VerifySignature (RSA rsa)
 

Properties

ArrayList Entries [get, set]
 
X509Crl.X509CrlEntry this[int index] [get, set]
 
X509Crl.X509CrlEntry this[byte[] serialNumber [get, set]
 
X509ExtensionCollection Extensions [get, set]
 
byte[] Hash [get, set]
 
string IssuerName [get, set]
 
DateTime NextUpdate [get, set]
 
DateTime ThisUpdate [get, set]
 
string SignatureAlgorithm [get, set]
 
byte[] Signature [get, set]
 
byte[] RawData [get, set]
 
byte Version [get, set]
 
bool IsCurrent [get, set]
 

Private Member Functions

void Parse (byte[] crl)
 
bool Compare (byte[] array1, byte[] array2)
 

Private Attributes

string issuer
 
byte version
 
DateTime thisUpdate
 
DateTime nextUpdate
 
ArrayList entries
 
string signatureOID
 
byte[] signature
 
X509ExtensionCollection extensions
 
byte[] encoded
 
byte[] hash_value
 

Detailed Description

Definition at line 14 of file X509Crl.cs.


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