The _chain of certificate authorities associated with the remote certificate.

Namespace: Lesnikowski.Client
Assembly: Mail (in Mail.dll) Version: 3.0.1213.909

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