14 references to Value
dotnet-dev-certs (14)
Program.cs (14)
172
if (noPassword.HasValue() && !(format.HasValue() && string.Equals(format.
Value
(), "PEM", StringComparison.OrdinalIgnoreCase)))
231
var result = manager.ImportCertificate(import.
Value
(), password.
Value
());
238
reporter.Error($"The certificate file '{import.
Value
()}' does not exist.");
241
reporter.Error($"The provided certificate file '{import.
Value
()}' is not a valid PFX file or the password is incorrect.");
244
reporter.Error($"The certificate at '{import.
Value
()}' is not a valid ASP.NET Core HTTPS development certificate.");
423
if (exportFormat.HasValue() && !Enum.TryParse(exportFormat.
Value
(), ignoreCase: true, out format))
425
reporter.Error($"Unknown key format '{exportFormat.
Value
()}'.");
432
exportPath.
Value
(),
435
password.
Value
(),
442
if (exportPath.
Value
() != null)
444
reporter.Verbose($"The certificate was exported to {Path.GetFullPath(exportPath.
Value
())}");
449
if (exportPath.
Value
() != null)
451
reporter.Verbose($"The certificate was exported to {Path.GetFullPath(exportPath.
Value
())}");