ClientCertificateValidationCallbacks class
Built-in callbacks for validating TLS client certificates.
public static class ClientCertificateValidationCallbacks
Public Members
| name | description |
|---|---|
| static AllowAny(…) | Allows any presented client certificate. |
| static AllowMissingOrSelfSignedForDevelopment(…) | Allows connections without a client certificate, and allows self-signed client certificates (chain errors only) for development. |
| static AllowSelfSignedForDevelopment(…) | Allows self-signed client certificates (chain errors only) for development. |