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