1 instantiation of OtherRecipientInfoAsn
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (1)
28
Ori = new
OtherRecipientInfoAsn
9 references to OtherRecipientInfoAsn
System.Security.Cryptography.Pkcs (9)
System\Security\Cryptography\Pkcs\Asn1\OtherRecipientInfoAsn.xml.cs (6)
45
internal static
OtherRecipientInfoAsn
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
50
internal static
OtherRecipientInfoAsn
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
56
DecodeCore(ref reader, expectedTag, encoded, out
OtherRecipientInfoAsn
decoded);
66
internal static void Decode(ref ValueAsnReader reader, ReadOnlyMemory<byte> rebind, out
OtherRecipientInfoAsn
decoded)
71
internal static void Decode(ref ValueAsnReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
OtherRecipientInfoAsn
decoded)
83
private static void DecodeCore(ref ValueAsnReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
OtherRecipientInfoAsn
decoded)
System\Security\Cryptography\Pkcs\Asn1\RecipientInfoAsn.xml.cs (3)
44
internal System.Security.Cryptography.Pkcs.Asn1.
OtherRecipientInfoAsn
? Ori;
139
System.Security.Cryptography.Pkcs.Asn1.
OtherRecipientInfoAsn
tmpOri;
140
System.Security.Cryptography.Pkcs.Asn1.
OtherRecipientInfoAsn
.Decode(ref reader, new Asn1Tag(TagClass.ContextSpecific, 4), rebind, out tmpOri);