Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Decode() [4/4]

static void System.Security.Cryptography.Asn1.EncryptedPrivateKeyInfoAsn.Decode ( ref System::Formats::Asn1::AsnValueReader reader,
ReadOnlyMemory< byte > rebind,
out System::Security::Cryptography::Asn1::EncryptedPrivateKeyInfoAsn decoded )
inlinestaticpackage

Definition at line 11 of file EncryptedPrivateKeyInfoAsn.cs.

12 {
13 Decode(ref reader, Asn1Tag.Sequence, rebind, out decoded);
14 }
static readonly Asn1Tag Sequence
Definition Asn1Tag.cs:29
static void Decode(ref AsnValueReader reader, ReadOnlyMemory< byte > rebind, out EncryptedPrivateKeyInfoAsn decoded)

References System.Security.Cryptography.Asn1.EncryptedPrivateKeyInfoAsn.Decode(), and System.Formats.Asn1.Asn1Tag.Sequence.