The chain of certificate authorities associated with the remote certificate.

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

Syntax

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

See Also