Click or drag to resize
SslCredentials Class
Client-side SSL credentials.
Inheritance Hierarchy

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public sealed class SslCredentials : Credentials

The SslCredentials type exposes the following members.

Constructors
  NameDescription
Public methodSslCredentials
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.
Public methodSslCredentials(String)
Creates client-side SSL credentials from a string containing PEM encoded root certificates.
Public methodSslCredentials(String, KeyCertificatePair)
Creates client-side SSL credentials.
Top
Properties
  NameDescription
Public propertyKeyCertificatePair
Client side key and certificate pair. If null, client will not use key and certificate pair.
Public propertyRootCertificates
PEM encoding of the server root certificates.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also