11 references to RecipientInfoAsn
System.Security.Cryptography.Pkcs (11)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (2)
57foreach (RecipientInfoAsn recipientInfo in data.RecipientInfos) 73Debug.Fail($"{nameof(RecipientInfoAsn)} deserialized with an unknown recipient type");
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
101envelopedData.RecipientInfos = new RecipientInfoAsn[recipients.Count];
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (4)
17internal System.Security.Cryptography.Pkcs.Asn1.RecipientInfoAsn[] RecipientInfos; 125var tmpList = new List<System.Security.Cryptography.Pkcs.Asn1.RecipientInfoAsn>(); 126System.Security.Cryptography.Pkcs.Asn1.RecipientInfoAsn tmpItem; 130System.Security.Cryptography.Pkcs.Asn1.RecipientInfoAsn.Decode(ref collectionReader, rebind, out tmpItem);
System\Security\Cryptography\Pkcs\Asn1\RecipientInfoAsn.xml.cs (4)
64internal static RecipientInfoAsn Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet) 70DecodeCore(ref reader, encoded, out RecipientInfoAsn decoded); 80internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out RecipientInfoAsn decoded) 92private static void DecodeCore(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out RecipientInfoAsn decoded)