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

◆ Decode() [3/4]

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

Definition at line 57 of file SpecifiedECDomain.cs.

58 {
59 try
60 {
61 DecodeCore(ref reader, expectedTag, rebind, out decoded);
62 }
63 catch (AsnContentException inner)
64 {
65 throw new CryptographicException(System.SR.Cryptography_Der_Invalid_Encoding, inner);
66 }
67 }
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 SpecifiedECDomain decoded)

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