Click or drag to resize
SslCredentials Constructor (String)
Creates client-side SSL credentials from a string containing PEM encoded root certificates.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public SslCredentials(
	string rootCertificates
)

Parameters

rootCertificates
Type: SystemString

[Missing <param name="rootCertificates"/> documentation for "M:Grpc.Core.SslCredentials.#ctor(System.String)"]

See Also