Skip to content
Prev Previous commit
Next Next commit
fix closing tag
  • Loading branch information
Jan Jahoda committed Jun 17, 2020
commit f3c662513be86aecf8768e0f4fef4a44c8b2bbba
2 changes: 1 addition & 1 deletion xml/System.Net.Security/SslServerAuthenticationOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
</ReturnValue>
<Docs>
<summary>Gets or sets a list of <see cref="T:System.Net.Security.SslApplicationProtocol" />.</summary>
<value>The default value is <see cref="F:System.Security.Authentication.SslProtocols.None" />, which is the recommended value. See <see cref="F:System.Security.Authentication.SslProtocols" /> for more details.</value>
<value>The default value is <see cref="F:System.Security.Authentication.SslProtocols.None" />, which is the recommended value. See <see cref="T:System.Security.Authentication.SslProtocols" /> for more details.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down