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.