CertificateVerifier.AcceptAll Field
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
A verifier that accepts all certificates - no verification is done.
Syntax
public static readonly ICertificateVerifier AcceptAllReturns
| Type | Description | 
|---|---|
| ICertificateVerifier | 
Remarks
This is very insecure. Only use this during debugging.