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