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