SslServerCredentialsRootCertificates Property |
PEM encoded client root certificates.
Namespace:
Grpc.Core
Assembly:
Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntaxpublic string RootCertificates { get; }Public ReadOnly Property RootCertificates As String
Get
public:
property String^ RootCertificates {
String^ get ();
}member RootCertificates : string with get
Property Value
Type:
String
See Also