The _chain of certificate authorities associated with the remote certificate.

Namespace: Limilabs.WHOIS.Client
Assembly: Whois (in Whois.dll) Version: 2.0.1238.1610

Syntax

C#
public X509Chain Chain { get; private set; }
Visual Basic
Public Property Chain As X509Chain
	Get
	Private Set
Visual C++
public:
property X509Chain^ Chain {
	X509Chain^ get ();
	private: void set (X509Chain^ value);
}

See Also