6internal struct PrivateKeyInfoAsn
52 decoded.PrivateKey =
reader2.ReadOctetString();
63 decoded.Attributes =
list.ToArray();
static string Cryptography_Der_Invalid_Encoding
static void Decode(ref AsnValueReader reader, ReadOnlyMemory< byte > rebind, out AlgorithmIdentifierAsn decoded)
static void Decode(ref AsnValueReader reader, ReadOnlyMemory< byte > rebind, out AttributeAsn decoded)
static System.Security.Cryptography.Asn1.PrivateKeyInfoAsn Decode(ReadOnlyMemory< byte > encoded, AsnEncodingRules ruleSet)
static void DecodeCore(ref System.Formats.Asn1.AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory< byte > rebind, out System.Security.Cryptography.Asn1.PrivateKeyInfoAsn decoded)
ReadOnlyMemory< byte > PrivateKey
System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn PrivateKeyAlgorithm
static System.Security.Cryptography.Asn1.PrivateKeyInfoAsn Decode(Asn1Tag expectedTag, ReadOnlyMemory< byte > encoded, AsnEncodingRules ruleSet)
static PrivateKeyInfoAsn Decode(ReadOnlyMemory< byte > encoded, AsnEncodingRules ruleSet)
static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory< byte > rebind, out PrivateKeyInfoAsn decoded)
System.Security.Cryptography.Asn1.AttributeAsn[] Attributes