3 references to X509Helper
Microsoft.DotNet.VersionTools (3)
src\Automation\GitHubApi\GitHubClient.cs (1)
56
_httpClient =
X509Helper
.GetHttpClientWithCertRevocation();
src\Automation\VstsApi\VstsAdapterClient.cs (1)
53
_httpClient =
X509Helper
.GetHttpClientWithCertRevocation();
src\BuildInfo.cs (1)
34
using (var client =
X509Helper
.GetHttpClientWithCertRevocation())