Syntax
| C# |
|---|
public class ServerCertificateValidateEventArgs |
| Visual Basic (Declaration) |
|---|
Public Class ServerCertificateValidateEventArgs |
| Visual C++ |
|---|
public ref class ServerCertificateValidateEventArgs |
The type exposes the following properties.
Public Properties
| Name | Description | |
|---|---|---|
| Certificate |
The certificate used to authenticate the remote party.
| |
| Chain |
The chain of certificate authorities associated with the remote certificate.
| |
| IsValid |
Set this field to indicate validness of server's certificate.
| |
| SslPolicyErrors |
One or more errors associated with the remote certificate.
|