5internal struct Pbkdf2SaltChoice
26 Asn1Tag asn1Tag = reader.PeekTag();
30 if (reader.TryReadPrimitiveOctetString(out var
value))
36 decoded.Specified = reader.ReadOctetString();
43 decoded.OtherSource = decoded2;
static string Cryptography_Der_Invalid_Encoding
unsafe ReadOnlySpan< T > Span
ReadOnlyMemory< T > Slice(int start)
static void Decode(ref AsnValueReader reader, ReadOnlyMemory< byte > rebind, out AlgorithmIdentifierAsn decoded)
ReadOnlyMemory< byte >? Specified
static void Decode(ref System.Formats.Asn1.AsnValueReader reader, ReadOnlyMemory< byte > rebind, out System.Security.Cryptography.Asn1.Pbkdf2SaltChoice decoded)
static void DecodeCore(ref System.Formats.Asn1.AsnValueReader reader, ReadOnlyMemory< byte > rebind, out System.Security.Cryptography.Asn1.Pbkdf2SaltChoice decoded)
static void DecodeCore(ref AsnValueReader reader, ReadOnlyMemory< byte > rebind, out Pbkdf2SaltChoice decoded)
System.Security.Cryptography.Asn1.? AlgorithmIdentifierAsn OtherSource