SslCredentialsKeyCertificatePair Property |
Client side key and certificate pair.
If null, client will not use key and certificate pair.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntaxpublic KeyCertificatePair KeyCertificatePair { get; }
Public ReadOnly Property KeyCertificatePair As KeyCertificatePair
Get
public:
property KeyCertificatePair^ KeyCertificatePair {
KeyCertificatePair^ get ();
}
member KeyCertificatePair : KeyCertificatePair with get
Property Value
Type:
KeyCertificatePair
See Also