3 writes to EncryptedKey
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (1)
173
ktri.
EncryptedKey
= rsa.Encrypt(cek, padding);
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (2)
92
decoded.
EncryptedKey
= rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
96
decoded.
EncryptedKey
= sequenceReader.ReadOctetString();
3 references to EncryptedKey
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (2)
25
_asn.
EncryptedKey
.ToArray();
60
return DecryptCekCore(cert, privateKey, _asn.
EncryptedKey
.Span, keyEncryptionAlgorithm, parameters, out exception);
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (1)
31
writer.WriteOctetString(
EncryptedKey
.Span);