2 writes to EncryptedKey
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\RecipientEncryptedKeyAsn.xml.cs (2)
81
decoded.
EncryptedKey
= rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
85
decoded.
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)
27
writer.WriteOctetString(
EncryptedKey
.Span);