13 references to CertUtilCommand
Templates.Blazor.WebAssembly.Auth.Tests (13)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (13)
139if (!IsCommandAvailable(CertUtilCommand)) 143Log.UnixMissingCertUtilCommand(CertUtilCommand); 306var isCertUtilAvailable = IsCommandAvailable(CertUtilCommand); 309Log.UnixMissingCertUtilCommand(CertUtilCommand); 507var isCertUtilAvailable = IsCommandAvailable(CertUtilCommand); 510Log.UnixMissingCertUtilCommand(CertUtilCommand); 590var commands = new[] { OpenSslCommand, CertUtilCommand }; 700/// It is the caller's responsibility to ensure that <see cref="CertUtilCommand"/> is available. 709var startInfo = new ProcessStartInfo(CertUtilCommand, $"-d sql:{nssDb.Path} -n {nickname} {operation}") 730/// It is the caller's responsibility to ensure that <see cref="CertUtilCommand"/> is available. 738var startInfo = new ProcessStartInfo(CertUtilCommand, $"-d sql:{nssDb.Path} -n {nickname} -A -i {certificatePath} -t \"{usage},,\"") 758/// It is the caller's responsibility to ensure that <see cref="CertUtilCommand"/> is available. 762var startInfo = new ProcessStartInfo(CertUtilCommand, $"-d sql:{nssDb.Path} -D -n {nickname}")