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

◆ Decode() [1/2]

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

Definition at line 11 of file Pbkdf2SaltChoice.cs.

12 {
13 try
14 {
15 DecodeCore(ref reader, rebind, out decoded);
16 }
17 catch (AsnContentException inner)
18 {
19 throw new CryptographicException(System.SR.Cryptography_Der_Invalid_Encoding, inner);
20 }
21 }
static string Cryptography_Der_Invalid_Encoding
Definition SR.cs:50
Definition SR.cs:7
static void DecodeCore(ref AsnValueReader reader, ReadOnlyMemory< byte > rebind, out Pbkdf2SaltChoice decoded)

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

Referenced by System.Security.Cryptography.Asn1.Pbkdf2Params.DecodeCore(), and System.Security.Cryptography.Asn1.Pbkdf2Params.DecodeCore().