| SslCredentials Constructor |
| Name | Description | |
|---|---|---|
| SslCredentials |
Creates client-side SSL credentials loaded from
disk file pointed to by the GRPC_DEFAULT_SSL_ROOTS_FILE_PATH environment variable.
If that fails, gets the roots certificates from a well known place on disk.
| |
| SslCredentials(String) |
Creates client-side SSL credentials from
a string containing PEM encoded root certificates.
| |
| SslCredentials(String, KeyCertificatePair) |
Creates client-side SSL credentials.
|