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