Home
last modified time | relevance | path

Searched refs:ClientCertAuthorityPath (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DTestCredentials.cs39 public static string ClientCertAuthorityPath property in Grpc.IntegrationTesting.TestCredentials
65 return new SslCredentials(File.ReadAllText(ClientCertAuthorityPath)); in CreateSslCredentials()
DSslCredentialsTest.cs47 var rootCert = File.ReadAllText(TestCredentials.ClientCertAuthorityPath); in Init()