1 write to DecodedDataLength
System.Security.Cryptography (1)
System\Security\Cryptography\PemFields.cs (1)
14DecodedDataLength = decodedDataLength;
15 references to DecodedDataLength
System.Security.Cryptography (15)
src\libraries\Common\src\System\Security\Cryptography\PemKeyHelpers.Factory.cs (2)
70int base64size = foundFields.DecodedDataLength; 135int base64size = foundFields.DecodedDataLength;
System\Security\Cryptography\PemKeyHelpers.cs (2)
136int base64size = foundFields.DecodedDataLength; 222int base64size = foundFields.DecodedDataLength;
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (2)
53byte[] rented = ArrayPool<byte>.Shared.Rent(fields.DecodedDataLength); 56bytesWritten != fields.DecodedDataLength)
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (1)
272byte[] rented = ArrayPool<byte>.Shared.Rent(fields.DecodedDataLength);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (6)
1539byte[] certBytes = CryptoPool.Rent(fields.DecodedDataLength); 1542|| bytesWritten != fields.DecodedDataLength) 2016byte[] base64Buffer = CryptoPool.Rent(fields.DecodedDataLength); 2024if (!result || base64Written != fields.DecodedDataLength) 2108byte[] base64Buffer = CryptoPool.Rent(fields.DecodedDataLength); 2115if (!result || base64Written != fields.DecodedDataLength)
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (2)
450byte[] certBytes = GC.AllocateUninitializedArray<byte>(fields.DecodedDataLength); 453|| bytesWritten != fields.DecodedDataLength)