1 write to DecodedDataLength
System.Security.Cryptography (1)
System\Security\Cryptography\PemFields.cs (1)
14
DecodedDataLength
= decodedDataLength;
15 references to DecodedDataLength
System.Security.Cryptography (15)
src\libraries\Common\src\System\Security\Cryptography\PemKeyHelpers.Factory.cs (2)
70
int base64size = foundFields.
DecodedDataLength
;
135
int base64size = foundFields.
DecodedDataLength
;
System\Security\Cryptography\PemKeyHelpers.cs (2)
136
int base64size = foundFields.
DecodedDataLength
;
222
int base64size = foundFields.
DecodedDataLength
;
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (2)
53
byte[] rented = ArrayPool<byte>.Shared.Rent(fields.
DecodedDataLength
);
56
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 (6)
1533
byte[] certBytes = CryptoPool.Rent(fields.
DecodedDataLength
);
1536
|| bytesWritten != fields.
DecodedDataLength
)
2010
byte[] base64Buffer = CryptoPool.Rent(fields.
DecodedDataLength
);
2018
if (!result || base64Written != fields.
DecodedDataLength
)
2102
byte[] base64Buffer = CryptoPool.Rent(fields.
DecodedDataLength
);
2109
if (!result || base64Written != fields.
DecodedDataLength
)
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (2)
450
byte[] certBytes = GC.AllocateUninitializedArray<byte>(fields.
DecodedDataLength
);
453
|| bytesWritten != fields.
DecodedDataLength
)