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