1 reference to PowerShellCommand
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\CertificateGeneration\UnixCertificateManager.cs (1)
688
var startInfo = new ProcessStartInfo(
PowerShellCommand
, $"-NoProfile -NonInteractive -EncodedCommand {encodedCommand}")