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

  NameDescription
Public propertyCertificate
The certificate used to authenticate the remote party.
Public propertyChain
The chain of certificate authorities associated with the remote certificate.
Public propertyIsValid
Set this field to indicate validness of server's certificate.
Public propertySslPolicyErrors
One or more errors associated with the remote certificate.

See Also