Gets or sets validation options to use when validating a server certificate using the default certificate validator. This value is passed as Options as well.

Namespace:  Rebex.Net
Assembly:  Rebex.FileTransfer (in Rebex.FileTransfer.dll)

Syntax

Visual Basic
Public Property SslServerCertificateValidationOptions As ValidationOptions
	Get
	Set
C#
public ValidationOptions SslServerCertificateValidationOptions { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also