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