1 write to RecipientEncryptedKeys
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (1)
144decoded.RecipientEncryptedKeys = tmpList.ToArray();
8 references to RecipientEncryptedKeys
System.Security.Cryptography.Pkcs (8)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
65for (int i = 0; i < recipientInfo.Kari.Value.RecipientEncryptedKeys.Length; i++)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (5)
25_asn.RecipientEncryptedKeys[_index].EncryptedKey.ToArray(); 32_asn.RecipientEncryptedKeys[_index].Rid.IssuerAndSerialNumber, 33_asn.RecipientEncryptedKeys[_index].Rid.RKeyId?.SubjectKeyIdentifier); 41KeyAgreeRecipientIdentifierAsn rid = _asn.RecipientEncryptedKeys[_index].Rid; 65KeyAgreeRecipientIdentifierAsn rid = _asn.RecipientEncryptedKeys[_index].Rid;
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (2)
45for (int i = 0; i < RecipientEncryptedKeys.Length; i++) 47RecipientEncryptedKeys[i].Encode(writer);