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