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

◆ Decode() [5/6]

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

Definition at line 41 of file PrivateKeyInfoAsn.cs.

42 {
43 try
44 {
46 }
47 catch (AsnContentException inner)
48 {
49 throw new CryptographicException(System.SR.Cryptography_Der_Invalid_Encoding, inner);
50 }
51 }
static string Cryptography_Der_Invalid_Encoding
Definition SR.cs:50
Definition SR.cs:7
static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory< byte > rebind, out PrivateKeyInfoAsn decoded)

References System.SR.Cryptography_Der_Invalid_Encoding, and System.Security.Cryptography.Asn1.PrivateKeyInfoAsn.DecodeCore().