2 writes to EncryptedData
System.Security.Cryptography.Pkcs (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (2)
160decoded.EncryptedData = tmpSpan; 164decoded.EncryptedData = sequenceReader.ReadOctetString();
5 references to EncryptedData
System.Security.Cryptography.Pkcs (5)
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (1)
109writer.WriteOctetString(EncryptedData);
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.Encrypted.cs (4)
78byte[] decrypted = CryptoPool.Rent(epki.EncryptedData.Length); 87epki.EncryptedData, 309byte[] decrypted = CryptoPool.Rent(epki.EncryptedData.Length); 317epki.EncryptedData,