2 writes to EncryptedKey
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\RecipientEncryptedKeyAsn.xml.cs (2)
81decoded.EncryptedKey = rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray(); 85decoded.EncryptedKey = sequenceReader.ReadOctetString();
2 references to EncryptedKey
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
25_asn.RecipientEncryptedKeys[_index].EncryptedKey.ToArray();
System\Security\Cryptography\Pkcs\Asn1\RecipientEncryptedKeyAsn.xml.cs (1)
27writer.WriteOctetString(EncryptedKey.Span);