36 DecodeCore(ref reader, expectedTag, encoded, out var decoded);
55 decoded.PublicExponent = asnValueReader.
ReadInteger();
56 decoded.PrivateExponent = asnValueReader.
ReadInteger();
static string Cryptography_Der_Invalid_Encoding
unsafe ReadOnlySpan< T > Span
static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory< byte > rebind, out RSAPrivateKeyAsn decoded)
static RSAPrivateKeyAsn Decode(Asn1Tag expectedTag, ReadOnlyMemory< byte > encoded, AsnEncodingRules ruleSet)
BigInteger PrivateExponent
BigInteger PublicExponent
static RSAPrivateKeyAsn Decode(ReadOnlyMemory< byte > encoded, AsnEncodingRules ruleSet)