1 write to AcceptCert
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
271this.AcceptCert = false;
2 references to AcceptCert
dotnet-svcutil-lib (2)
CommandProcessorOptions.cs (1)
269if (!this.AcceptCert.HasValue)
Tool.cs (1)
202credsProvider.AcceptCert = options.AcceptCert.Value;