Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Cryptography.Asn1.RSAPrivateKeyAsn Struct Reference

Static Package Functions

static RSAPrivateKeyAsn Decode (ReadOnlyMemory< byte > encoded, AsnEncodingRules ruleSet)
 
static RSAPrivateKeyAsn Decode (Asn1Tag expectedTag, ReadOnlyMemory< byte > encoded, AsnEncodingRules ruleSet)
 

Package Attributes

int Version
 
BigInteger Modulus
 
BigInteger PublicExponent
 
BigInteger PrivateExponent
 
BigInteger Prime1
 
BigInteger Prime2
 
BigInteger Exponent1
 
BigInteger Exponent2
 
BigInteger Coefficient
 

Static Private Member Functions

static void DecodeCore (ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory< byte > rebind, out RSAPrivateKeyAsn decoded)
 

Detailed Description

Definition at line 6 of file RSAPrivateKeyAsn.cs.


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