1 write to _lazyEncryptedKey
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\KemRecipientInfo.cs (1)
38
public override byte[] EncryptedKey =>
_lazyEncryptedKey
??= Pal.EncryptedKey;