SslCredentialsRootCertificates Property |
PEM encoding of the server root certificates.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
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