Gets the certificate used to authenticate the Gateway daemon.

Namespace:  IBM.CTG
Assembly:  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 ();
}

Field Value

An X509Certificate object that represents the certificate supplied for Gateway daemon authentication or nullNothingnullptra null reference (Nothing in Visual Basic) if no certificate was supplied.

See Also