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