1 write to DecodedDataLength
System.Security.Cryptography (1)
System\Security\Cryptography\PemFields.cs (1)
14DecodedDataLength = decodedDataLength;
9 references to DecodedDataLength
System.Security.Cryptography (9)
System\Security\Cryptography\PemKeyHelpers.cs (2)
136int base64size = foundFields.DecodedDataLength; 222int base64size = foundFields.DecodedDataLength;
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (2)
50byte[] rented = ArrayPool<byte>.Shared.Rent(fields.DecodedDataLength); 53bytesWritten != 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)
1089byte[] certBytes = CryptoPool.Rent(fields.DecodedDataLength); 1092|| bytesWritten != fields.DecodedDataLength)
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (2)
387byte[] certBytes = GC.AllocateUninitializedArray<byte>(fields.DecodedDataLength); 390|| bytesWritten != fields.DecodedDataLength)