A verifier that accepts all certificates - no verification is done.

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

Syntax

Visual Basic
Public Shared ReadOnly AcceptAll As ICertificateVerifier
C#
public static readonly ICertificateVerifier AcceptAll

Remarks

This is very insecure. Only use this during debugging.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also