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