| SslCredentials Class |
Namespace: Grpc.Core
The SslCredentials type exposes the following members.
| 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.
|
| Name | Description | |
|---|---|---|
| KeyCertificatePair |
Client side key and certificate pair.
If null, client will not use key and certificate pair.
| |
| RootCertificates |
PEM encoding of the server root certificates.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |