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

Public Member Functions

 SignerInfo ()
 
 SignerInfo (ASN1 asn1)
 

Properties

string IssuerName [get, set]
 
byte[] SerialNumber [get, set]
 
ArrayList AuthenticatedAttributes [get, set]
 
string HashName [get, set]
 
byte[] Signature [get, set]
 
ArrayList UnauthenticatedAttributes [get, set]
 
byte Version [get, set]
 

Private Attributes

byte version
 
string hashAlgorithm
 
ArrayList authenticatedAttributes
 
ArrayList unauthenticatedAttributes
 
byte[] signature
 
string issuer
 
byte[] serial
 
byte[] ski
 

Detailed Description

Definition at line 396 of file PKCS7.cs.


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