-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Added documentation for System.Net.Security APIs targeted for 3.0 #2788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@rpetrusha @mairaw @carlossanlop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, @jozkee. I've left a few minor suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also suggested a correction to one broken API reference.
Addressing PR suggestions. Co-Authored-By: Carlos Sanchez Lopez <[email protected]> Co-Authored-By: Ron Petrusha <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the additional changes, @jozkee. I'll merge your PR now.
List of APIs documented:
These changes contribute to System.Net.Security namespace, I am excluding changes related to
CipherSuitesPolicy
,SslStream.NegotiatedCipherSuite
andTlsCipherSuite
so I can tackle them in a separate PR.