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

Static Package Functions

static PrivateKeyInfoAsn Decode (ReadOnlyMemory< byte > encoded, AsnEncodingRules ruleSet)
 
static PrivateKeyInfoAsn Decode (Asn1Tag expectedTag, ReadOnlyMemory< byte > encoded, AsnEncodingRules ruleSet)
 
static void Decode (ref AsnValueReader reader, ReadOnlyMemory< byte > rebind, out PrivateKeyInfoAsn decoded)
 
static void Decode (ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory< byte > rebind, out PrivateKeyInfoAsn decoded)
 
static System.Security.Cryptography.Asn1.PrivateKeyInfoAsn Decode (ReadOnlyMemory< byte > encoded, AsnEncodingRules ruleSet)
 
static System.Security.Cryptography.Asn1.PrivateKeyInfoAsn Decode (Asn1Tag expectedTag, ReadOnlyMemory< byte > encoded, AsnEncodingRules ruleSet)
 

Package Attributes

int Version
 
AlgorithmIdentifierAsn PrivateKeyAlgorithm
 
ReadOnlyMemory< byte > PrivateKey
 
AttributeAsn[] Attributes
 
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn PrivateKeyAlgorithm
 
System.Security.Cryptography.Asn1.AttributeAsn[] Attributes
 

Static Private Member Functions

static void DecodeCore (ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory< byte > rebind, out PrivateKeyInfoAsn decoded)
 
static void DecodeCore (ref System.Formats.Asn1.AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory< byte > rebind, out System.Security.Cryptography.Asn1.PrivateKeyInfoAsn decoded)
 

Detailed Description

Definition at line 6 of file PrivateKeyInfoAsn.cs.


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