Searched refs:ClientCertAuthorityPath (Results 1 – 2 of 2) sorted by relevance
39 public static string ClientCertAuthorityPath property in Grpc.IntegrationTesting.TestCredentials65 return new SslCredentials(File.ReadAllText(ClientCertAuthorityPath)); in CreateSslCredentials()
47 var rootCert = File.ReadAllText(TestCredentials.ClientCertAuthorityPath); in Init()