The certificate used to authenticate the remote party.
Namespace:
Lesnikowski.ClientAssembly: Mail (in Mail.dll) Version: 3.0.10208.1049
Syntax
| C# |
|---|
public X509Certificate Certificate { get; private set; } |
| Visual Basic (Declaration) |
|---|
Public Property Certificate As X509Certificate |
| Visual C++ |
|---|
public: property X509Certificate^ Certificate { X509Certificate^ get (); void set (X509Certificate^ value); } |