1 write to ClientCertificate
aspire (1)
Utils\EnvironmentChecker\DcpKubeconfig.cs (1)
85
ClientCertificate
= clientCertificateData is not null && clientKeyData is not null
3 references to ClientCertificate
aspire (3)
Utils\EnvironmentChecker\DcpConnectionChecker.cs (2)
123
if (kubeconfig.
ClientCertificate
is not null)
128
handler.ClientCertificates.Add(kubeconfig.
ClientCertificate
);
Utils\EnvironmentChecker\DcpKubeconfig.cs (1)
98
ClientCertificate
?.Dispose();