23 references to Export
aspire (4)
Certificates\CertificateGeneration\CertificateManager.cs (1)
677
bytes = certificate.
Export
(X509ContentType.Pkcs12, password);
Certificates\CertificateGeneration\MacOSCertificateManager.cs (1)
341
var certBytes = certificate.
Export
(X509ContentType.Pfx, password);
Certificates\CertificateGeneration\UnixCertificateManager.cs (1)
173
var export = certificate.
Export
(X509ContentType.Pkcs12, "");
Certificates\CertificateGeneration\WindowsCertificateManager.cs (1)
59
var export = certificate.
Export
(X509ContentType.Pkcs12, "");
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
2945
pfxBytes = certificate.
Export
(X509ContentType.Pfx, configuration.Password);
dotnet-dev-certs (4)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (1)
680
bytes = certificate.
Export
(X509ContentType.Pkcs12, password);
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (1)
341
var certBytes = certificate.
Export
(X509ContentType.Pfx, password);
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
173
var export = certificate.
Export
(X509ContentType.Pkcs12, "");
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
63
var export = certificate.
Export
(X509ContentType.Pkcs12, "");
Microsoft.AspNetCore.DeveloperCertificates.XPlat (4)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (1)
680
bytes = certificate.
Export
(X509ContentType.Pkcs12, password);
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (1)
341
var certBytes = certificate.
Export
(X509ContentType.Pfx, password);
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
173
var export = certificate.
Export
(X509ContentType.Pkcs12, "");
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
63
var export = certificate.
Export
(X509ContentType.Pkcs12, "");
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Certificates\CertificateConfigLoader.cs (1)
89
var certificateBytes = fullCertificate.
Export
(X509ContentType.Pkcs12, "");
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (1)
680
bytes = certificate.
Export
(X509ContentType.Pkcs12, password);
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (1)
341
var certBytes = certificate.
Export
(X509ContentType.Pfx, password);
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
173
var export = certificate.
Export
(X509ContentType.Pkcs12, "");
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
63
var export = certificate.
Export
(X509ContentType.Pkcs12, "");
RepoTasks (4)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (1)
680
bytes = certificate.
Export
(X509ContentType.Pkcs12, password);
src\aspnetcore\src\Shared\CertificateGeneration\MacOSCertificateManager.cs (1)
341
var certBytes = certificate.
Export
(X509ContentType.Pfx, password);
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
173
var export = certificate.
Export
(X509ContentType.Pkcs12, "");
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
63
var export = certificate.
Export
(X509ContentType.Pkcs12, "");
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
320
return
Export
(contentType, (string?)null);