14 references to Value
dotnet-dev-certs (14)
Program.cs (14)
153if (noPassword.HasValue() && !(format.HasValue() && string.Equals(format.Value(), "PEM", StringComparison.OrdinalIgnoreCase))) 207var result = manager.ImportCertificate(import.Value(), password.Value()); 214reporter.Error($"The certificate file '{import.Value()}' does not exist."); 217reporter.Error($"The provided certificate file '{import.Value()}' is not a valid PFX file or the password is incorrect."); 220reporter.Error($"The certificate at '{import.Value()}' is not a valid ASP.NET Core HTTPS development certificate."); 389if (exportFormat.HasValue() && !Enum.TryParse(exportFormat.Value(), ignoreCase: true, out format)) 391reporter.Error($"Unknown key format '{exportFormat.Value()}'."); 398exportPath.Value(), 401password.Value(), 408if (exportPath.Value() != null) 410reporter.Verbose($"The certificate was exported to {Path.GetFullPath(exportPath.Value())}"); 415if (exportPath.Value() != null) 417reporter.Verbose($"The certificate was exported to {Path.GetFullPath(exportPath.Value())}");