5 references to LoadCertificate
System.Net.Quic (1)
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
132
certificate = X509CertificateLoader.
LoadCertificate
(certData.Span);
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
1112
X509Certificate2 ret = X509CertificateLoader.
LoadCertificate
(certData.Span);
System\Security\Cryptography\X509Certificates\X509CertificateLoader.netcore.cs (1)
15
return
LoadCertificate
(new ReadOnlySpan<byte>(data));
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
48
originatorCerts.Add(X509CertificateLoader.
LoadCertificate
(certChoice.Certificate.Value.Span));
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
98
coll.Add(X509CertificateLoader.
LoadCertificate
(choice.Certificate.Value.Span));