ClientCertificateValidationCallbacks.AllowAny method
Allows any presented client certificate.
public static bool AllowAny(X509Certificate2 certificate, X509Chain chain,
SslPolicyErrors sslPolicyErrors)
| parameter | description |
|---|---|
| certificate | The client certificate. |
| chain | The X509 chain. |
| sslPolicyErrors | Any SSL policy errors. |
Return Value
true to accept the certificate; otherwise false.
See Also
- class ClientCertificateValidationCallbacks
- namespace Kestrun.Certificates