27 references to EnsureAspNetCoreHttpsDevelopmentCertificate
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
CertificateGenerator.cs (1)
15
manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), isInteractive: false);
Microsoft.AspNetCore.DeveloperCertificates.XPlat.Tests (26)
CertificateManagerTests.cs (26)
46
var result = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), CertificateName, trust: false, isInteractive: false);
139
var creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
145
var result = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), CertificateName, trust: false, includePrivateKey: true, password: certificatePassword, isInteractive: false);
171
var creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
179
.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), CertificateName, trust: false, includePrivateKey: true, password: certificatePassword, keyExportFormat: CertificateKeyExportFormat.Pem, isInteractive: false);
204
var creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
212
.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), CertificateName, trust: false, includePrivateKey: false, password: null, keyExportFormat: CertificateKeyExportFormat.Pem, isInteractive: false);
235
var creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
242
.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), CertificateName, trust: false, includePrivateKey: true, password: certificatePassword, isInteractive: false);
268
var creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
274
_manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), CertificateName, trust: false, includePrivateKey: true, password: certificatePassword, isInteractive: false);
295
var creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
335
var creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
341
var result = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), CertificateName, trust: false, includePrivateKey: true, password: null, keyExportFormat: CertificateKeyExportFormat.Pem, isInteractive: false);
366
var creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
373
.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), Path.Combine("NoSuchDirectory", CertificateName));
386
var creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
406
var creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
425
var creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
433
var alreadyExist = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
447
var creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
464
var creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
483
var creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
489
creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
495
creation = _manager.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), path: null, trust: false, isInteractive: false);
534
.
EnsureAspNetCoreHttpsDevelopmentCertificate
(now, now.AddYears(1), CertificateName, trust: false, includePrivateKey: true, password: certificatePassword, keyExportFormat: CertificateKeyExportFormat.Pem, isInteractive: false);