|
1399 | 1399 | ]]></format>
|
1400 | 1400 | </remarks>
|
1401 | 1401 | <exception cref="T:System.ArgumentNullException">
|
1402 |
| - Either <see cref="P:System.Net.Security.SslServerAuthenticationOptions.ServerCertificateSelectionCallback" /> or <see cref="P:System.Net.Security.SslServerAuthenticationOptions.ServerCertificate" /> or <see cref="P:System.Net.Security.SslServerAuthenticationOptions.ServerCertificateContext" /> is <see langword="null" /> and <see cref="T:System.Net.Security.LocalCertificateSelectionCallback" /> is not set in the <see langword="SslStream" /> constructor.</exception> |
| 1402 | + Either <see cref="P:System.Net.Security.SslServerAuthenticationOptions.ServerCertificateSelectionCallback" /> or <see cref="P:System.Net.Security.SslServerAuthenticationOptions.ServerCertificate" /> is <see langword="null" /> and <see cref="T:System.Net.Security.LocalCertificateSelectionCallback" /> is not set in the <see langword="SslStream" /> constructor.</exception> |
1403 | 1403 | <exception cref="T:System.ArgumentNullException">
|
1404 | 1404 | <paramref name="sslServerAuthenticationOptions" /> is <see langword="null" />.</exception>
|
1405 | 1405 | <exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed and left this object in an unusable state.</exception>
|
|
1438 | 1438 | <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="2" FrameworkAlternate="net-5.0" />
|
1439 | 1439 | </Parameters>
|
1440 | 1440 | <Docs>
|
1441 |
| - <param name="optionsCallback">The callback delegate.</param> |
1442 |
| - <param name="state">The state object to pass to <paramref name="optionsCallback" /> when the callback is invoked.</param> |
1443 |
| - <param name="cancellationToken">The token to monitor for cancellation requests.</param> |
1444 |
| - <summary>Called by servers to authenticate the server and optionally the client in a client-server connection as an asynchronous operation. The authentication process uses information returned by <paramref name="optionsCallback" />.</summary> |
1445 |
| - <returns>The task object representing the asynchronous operation.</returns> |
1446 |
| - <remarks> |
1447 |
| - <format type="text/markdown"><![CDATA[ |
1448 |
| - |
1449 |
| -## Remarks |
1450 |
| - |
1451 |
| - If the authentication fails, you receive a <xref:System.Security.Authentication.AuthenticationException>, and this <xref:System.Net.Security.SslStream> is no longer useable. You should close this object and remove all references to it so that it can be collected by the garbage collector. |
1452 |
| - |
1453 |
| - ]]></format> |
1454 |
| - </remarks> |
1455 |
| - <exception cref="T:System.ArgumentNullException"> |
1456 |
| - Either <see cref="P:System.Net.Security.SslServerAuthenticationOptions.ServerCertificateSelectionCallback" /> or <see cref="P:System.Net.Security.SslServerAuthenticationOptions.ServerCertificate" /> or <see cref="P:System.Net.Security.SslServerAuthenticationOptions.ServerCertificateContext" /> is <see langword="null" /> and <see cref="T:System.Net.Security.LocalCertificateSelectionCallback" /> is not set in the <see langword="SslStream" /> constructor.</exception> |
1457 |
| - <exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed and left this object in an unusable state.</exception> |
1458 |
| - <exception cref="T:System.InvalidOperationException">Authentication has already occurred. |
1459 |
| - |
1460 |
| - -or- |
1461 |
| - |
1462 |
| - Client authentication using this <see cref="T:System.Net.Security.SslStream" /> was tried previously. |
1463 |
| - |
1464 |
| - -or- |
1465 |
| - |
1466 |
| - Authentication is already in progress.</exception> |
1467 |
| - <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception> |
| 1441 | + <param name="optionsCallback">To be added.</param> |
| 1442 | + <param name="state">To be added.</param> |
| 1443 | + <param name="cancellationToken">To be added.</param> |
| 1444 | + <summary>To be added.</summary> |
| 1445 | + <returns>To be added.</returns> |
| 1446 | + <remarks>To be added.</remarks> |
1468 | 1447 | </Docs>
|
1469 | 1448 | </Member>
|
1470 | 1449 | <Member MemberName="AuthenticateAsServerAsync">
|
@@ -4367,8 +4346,8 @@ This property gets the cipher suite that is going to be used in the communicatio
|
4367 | 4346 | <ReturnType>System.String</ReturnType>
|
4368 | 4347 | </ReturnValue>
|
4369 | 4348 | <Docs>
|
4370 |
| - <summary>Gets the name of the server the client is trying to connect to. That name is used for server certificate validation. It can be a DNS name or an IP address.</summary> |
4371 |
| - <value>The name of the server the client is trying to connect to.</value> |
| 4349 | + <summary>To be added.</summary> |
| 4350 | + <value>To be added.</value> |
4372 | 4351 | <remarks>To be added.</remarks>
|
4373 | 4352 | </Docs>
|
4374 | 4353 | </Member>
|
|
0 commit comments