X509VerificationFlags.AllowUnknownCertificateAuthority behavior #26449
Labels
area-System.Security
question
Answer questions and provide assistance, not an issue with source code or documentation.
Milestone
Hi there.
I am not sure is this a bug or that behavior is expected. I was searching for some ways to validate a custom CA issued certificate and found this.
Setting
ChainPolicy.VerificationFlags = X509VerificationFlags.AllowUnknownCertificateAuthority;
I want to make sure this is an expected behavior and if so, ask how should I validate server certs against ca certs added to extra store?
Thank you.
The text was updated successfully, but these errors were encountered: