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