Skip to content
Prev Previous commit
Next Next commit
Fix see reference
  • Loading branch information
Jan Jahoda committed Jun 11, 2020
commit 119b696ff1dd92519746ab569bd17936e5f8fbf5
2 changes: 1 addition & 1 deletion xml/System.Net.Security/SslServerAuthenticationOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets a value that indicates whether the <see:System.Net.Security.SslStream> should allow SSL renegotiation.</summary>
<summary>Gets or sets a value that indicates whether the <see cref="T:System.Net.Security.SslStream" /> should allow SSL renegotiation.</summary>
<value><see langword="true" /> to indicate that the <see cref="T:System.Net.Security.SslStream" /> allow SSL renegotiation; otherwise, <see langword="false" />. The default value is <see langword="true" />.</value>
<remarks>To be added.</remarks>
</Docs>
Expand Down