The _chain of certificate authorities associated with the remote certificate.

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

Syntax

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

See Also