3 references to EndpointCert
WsatConfig (3)
CommandLine\ArgumentsParser.cs (1)
120AddOptionParserPair(CommandLineOption.EndpointCert, new EndpointCertificateParser());
CommandLine\OptionUsage.cs (1)
91WriteMultiUsesUsage(CommandLineOption.EndpointCert, optionUses, SR.GetString(SR.ConsoleUsageLineEndpointCertsHelp));
Configuration\WsatConfiguration.cs (1)
558endpointCertString = this.X509Certificate == null ? "" : " -" + CommandLineOption.EndpointCert + ":" + this.X509Certificate.Thumbprint;