-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Net
Description
Type of issue
Typo
Description
The document says "Gets or sets an optional customized policy for remote certificate validation. If not null, CertificateRevocationCheckMode and SslCertificateTrust are ignored."
CertificateRevocationCheckMode is another property in the SslClientAuthenticationOptions class, so it makes a lot of sense. On the other hand, SslCertificateTrust is a class. It's not clear what it means by a class is ignored. I was expecting a property.
(Should it be ClientCertificateContext?)
Page URL
Content source URL
Document Version Independent Id
01385e9b-4f99-408d-1840-6a7f6f0103b5
Article author
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.Net