Skip to content

Commit e64e640

Browse files
authored
Detail enhance description of AllowUnknownCertificateAuthority
AllowUnknownCertificateAuthority not only ignores untrusted roots, but also partial chains. This updates the documentation to reflect this behavior.
1 parent 02f255d commit e64e640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Security.Cryptography.X509Certificates/X509VerificationFlags.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
</ReturnValue>
132132
<MemberValue>16</MemberValue>
133133
<Docs>
134-
<summary>Ignore that the chain cannot be verified due to an unknown certificate authority (CA).</summary>
134+
<summary>Ignore that the chain cannot be verified due to an unknown certificate authority (CA) or partial chains.</summary>
135135
</Docs>
136136
</Member>
137137
<Member MemberName="IgnoreCertificateAuthorityRevocationUnknown">

0 commit comments

Comments
 (0)