Gets the certificate used to authenticate the Gateway daemon.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public X509Certificate GatewayCertificate { get; } |
Visual Basic |
---|
Public ReadOnly Property GatewayCertificate As X509Certificate Get |
Visual C++ |
---|
public: property X509Certificate^ GatewayCertificate { X509Certificate^ get (); } |