14 references to Value
dotnet-dev-certs (14)
Program.cs (14)
152if (noPassword.HasValue() && !(format.HasValue() && string.Equals(format.Value(), "PEM", StringComparison.OrdinalIgnoreCase))) 206var result = manager.ImportCertificate(import.Value(), password.Value()); 213reporter.Error($"The certificate file '{import.Value()}' does not exist."); 216reporter.Error($"The provided certificate file '{import.Value()}' is not a valid PFX file or the password is incorrect."); 219reporter.Error($"The certificate at '{import.Value()}' is not a valid ASP.NET Core HTTPS development certificate."); 386if (exportFormat.HasValue() && !Enum.TryParse(exportFormat.Value(), ignoreCase: true, out format)) 388reporter.Error($"Unknown key format '{exportFormat.Value()}'."); 395exportPath.Value(), 398password.Value(), 405if (exportPath.Value() != null) 407reporter.Verbose($"The certificate was exported to {Path.GetFullPath(exportPath.Value())}"); 412if (exportPath.Value() != null) 414reporter.Verbose($"The certificate was exported to {Path.GetFullPath(exportPath.Value())}");