1 write to Base64Data
System.Security.Cryptography (1)
System\Security\Cryptography\PemFields.cs (1)
15Base64Data = base64data;
6 references to Base64Data
System.Security.Cryptography (6)
System\Security\Cryptography\PemKeyHelpers.cs (2)
135ReadOnlySpan<char> base64Contents = foundSlice[foundFields.Base64Data]; 221ReadOnlySpan<char> base64Contents = foundSlice[foundFields.Base64Data];
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (1)
52if (!Convert.TryFromBase64Chars(contents[fields.Base64Data], rented, out int bytesWritten) ||
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (1)
274if (!Convert.TryFromBase64Chars(contents[fields.Base64Data], rented, out int bytesWritten))
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
1091if (!Convert.TryFromBase64Chars(contents[fields.Base64Data], certBytes, out int bytesWritten)
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (1)
389if (!Convert.TryFromBase64Chars(contents[fields.Base64Data], certBytes, out int bytesWritten)