Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1256,8 +1256,7 @@ The password specified for the private key is incorrect.</exception>

This loads the first well-formed PEM found with a CERTIFICATE label.

For PEM-encoded certificates with a private key, use
<xref:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})>.
For PEM-encoded certificates with a private key, use <xref:System.Security.Cryptography.X509Certificates.X509Certificate2.CreateFromPem(System.ReadOnlySpan{System.Char},System.ReadOnlySpan{System.Char})>.

For PEM-encoded certificates in a file, use <xref:System.Security.Cryptography.X509Certificates.X509Certificate2.%23ctor(System.String)>.
]]></format>
Expand Down