4 references to AccecptCertificateKey
dotnet-svcutil-lib (4)
CommandProcessorOptions.cs (1)
93public readonly CommandSwitch AcceptCertificate = new CommandSwitch(AccecptCertificateKey, "ac", SwitchType.Flag);
Shared\Options\SvcutilOptions.cs (3)
43public bool? AcceptCert { get { return GetValue<bool?>(AccecptCertificateKey); } set { SetValue(AccecptCertificateKey, value); } } 62new SingleValueOption<bool>(AccecptCertificateKey),