2 writes to EncryptedData
System.Security.Cryptography.Pkcs (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (2)
81decoded.EncryptedData = rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray(); 85decoded.EncryptedData = sequenceReader.ReadOctetString();
5 references to EncryptedData
System.Security.Cryptography.Pkcs (5)
src\libraries\Common\src\System\Security\Cryptography\Asn1\EncryptedPrivateKeyInfoAsn.xml.cs (1)
27writer.WriteOctetString(EncryptedData.Span);
src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.Encrypted.cs (4)
116byte[] decrypted = CryptoPool.Rent(epki.EncryptedData.Length); 125epki.EncryptedData.Span, 297byte[] decrypted = CryptoPool.Rent(epki.EncryptedData.Length); 305epki.EncryptedData.Span,