3 references to _validatedServerCerts
dotnet-svcutil-lib (3)
CmdCredentialsProvider.cs (3)
225
if (!
_validatedServerCerts
.Keys.Contains(certhash))
228
_validatedServerCerts
[certhash] = AcceptCert ? true : PromptEnterOrEscape(throwOnEscape: false);
231
return
_validatedServerCerts
[certhash];