Grpc.Core.SslCredentials
Client-side SSL credentials.
Client side key and certificate pair.
If null, client will not use key and certificate pair.
PEM encoding of the server root certificates.
public 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.
Creates client-side SSL credentials from
a string containing PEM encoded root certificates.
Creates client-side SSL credentials.
public SslCredentials(string rootCertificates, KeyCertificatePair keyCertificatePair, VerifyPeerCallback verifyPeerCallback)
Creates client-side SSL credentials.