The certificate used to authenticate the remote party.
Namespace: Limilabs.WHOIS.ClientAssembly: Whois (in Whois.dll) Version: 2.0.1238.1610
Syntax
C# |
---|
public X509Certificate Certificate { get; private set; } |
Visual Basic |
---|
Public Property Certificate As X509Certificate Get Private Set |
Visual C++ |
---|
public: property X509Certificate^ Certificate { X509Certificate^ get (); private: void set (X509Certificate^ value); } |