1 write to DecodedDataLength
System.Security.Cryptography (1)
System\Security\Cryptography\PemFields.cs (1)
14DecodedDataLength = decodedDataLength;
11 references to DecodedDataLength
System.Security.Cryptography (11)
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)
52byte[] rented = ArrayPool<byte>.Shared.Rent(fields.DecodedDataLength); 55bytesWritten != fields.DecodedDataLength)
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (1)
272byte[] rented = ArrayPool<byte>.Shared.Rent(fields.DecodedDataLength);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
1331byte[] certBytes = CryptoPool.Rent(fields.DecodedDataLength); 1334|| bytesWritten != fields.DecodedDataLength)
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (2)
450byte[] certBytes = GC.AllocateUninitializedArray<byte>(fields.DecodedDataLength); 453|| bytesWritten != fields.DecodedDataLength)