1 write to RecipientEncryptedKeys
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (1)
144
decoded.
RecipientEncryptedKeys
= tmpList.ToArray();
8 references to RecipientEncryptedKeys
System.Security.Cryptography.Pkcs (8)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
65
for (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);
41
KeyAgreeRecipientIdentifierAsn rid = _asn.
RecipientEncryptedKeys
[_index].Rid;
65
KeyAgreeRecipientIdentifierAsn rid = _asn.
RecipientEncryptedKeys
[_index].Rid;
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (2)
45
for (int i = 0; i <
RecipientEncryptedKeys
.Length; i++)
47
RecipientEncryptedKeys
[i].Encode(writer);