From 6355ec0903b39b361662e7566eb9c96b61dafb75 Mon Sep 17 00:00:00 2001 From: Jan Jahoda Date: Thu, 17 Sep 2020 13:57:10 +0200 Subject: [PATCH] Revert "Add ssl API added between preview 7 and 8 (#4860)" This reverts commit 10d2b8868138aece790b469e23ce4bd3e2b82904. --- xml/System.Net.Http/WinHttpHandler.xml | 5 +-- .../ServerOptionsSelectionCallback.xml | 20 ++++------ .../SslClientHelloInfo.xml | 6 +-- .../SslServerAuthenticationOptions.xml | 4 +- xml/System.Net.Security/SslStream.xml | 39 +++++-------------- .../SslStreamCertificateContext.xml | 15 +++---- 6 files changed, 29 insertions(+), 60 deletions(-) diff --git a/xml/System.Net.Http/WinHttpHandler.xml b/xml/System.Net.Http/WinHttpHandler.xml index f7535d25ef1..c6696bf5bdd 100644 --- a/xml/System.Net.Http/WinHttpHandler.xml +++ b/xml/System.Net.Http/WinHttpHandler.xml @@ -416,9 +416,8 @@ When this property is set to `true`, all HTTP redirect responses from the server System.Boolean - Gets or sets a value that indicates whether additional HTTP/2 connections can be established to the same server when the maximum number of concurrent streams is reached on all existing connections. - - if additional HTTP/2 connections are allowed to be created; otherwise, . + To be added. + To be added. To be added. diff --git a/xml/System.Net.Security/ServerOptionsSelectionCallback.xml b/xml/System.Net.Security/ServerOptionsSelectionCallback.xml index 2bd10be3fd3..01777d0026d 100644 --- a/xml/System.Net.Security/ServerOptionsSelectionCallback.xml +++ b/xml/System.Net.Security/ServerOptionsSelectionCallback.xml @@ -22,18 +22,12 @@ System.Threading.Tasks.ValueTask<System.Net.Security.SslServerAuthenticationOptions> - The TLS stream on which the authentication happens. - Information from the Client Hello message. - The information that was passed when registering the callback. - The token to monitor for cancellation requests. - The asynchronous callback to select session properties based on name requested by client. - A server authentication property bag. - - - + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. diff --git a/xml/System.Net.Security/SslClientHelloInfo.xml b/xml/System.Net.Security/SslClientHelloInfo.xml index 3b74b46e602..93b422c17e3 100644 --- a/xml/System.Net.Security/SslClientHelloInfo.xml +++ b/xml/System.Net.Security/SslClientHelloInfo.xml @@ -40,7 +40,7 @@ System.String - The host server specified by the client. + To be added. To be added. To be added. @@ -61,8 +61,8 @@ System.Security.Authentication.SslProtocols - Gets or sets the TLS/SSL protocols offered by client. - A bitwise combination of the enumeration values that specify the TLS or SSL protocols. + To be added. + To be added. To be added. diff --git a/xml/System.Net.Security/SslServerAuthenticationOptions.xml b/xml/System.Net.Security/SslServerAuthenticationOptions.xml index 13a95a62c67..c10b577d983 100644 --- a/xml/System.Net.Security/SslServerAuthenticationOptions.xml +++ b/xml/System.Net.Security/SslServerAuthenticationOptions.xml @@ -332,8 +332,8 @@ System.Net.Security.SslStreamCertificateContext - Gets or sets the server certificate context. - The server certificate context. + To be added. + To be added. To be added. diff --git a/xml/System.Net.Security/SslStream.xml b/xml/System.Net.Security/SslStream.xml index 7a876b7e023..38bab49fabc 100644 --- a/xml/System.Net.Security/SslStream.xml +++ b/xml/System.Net.Security/SslStream.xml @@ -1399,7 +1399,7 @@ ]]> - Either or or is and is not set in the constructor. + Either or is and is not set in the constructor. is . The authentication failed and left this object in an unusable state. @@ -1438,33 +1438,12 @@ - The callback delegate. - The state object to pass to when the callback is invoked. - The token to monitor for cancellation requests. - 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 . - The task object representing the asynchronous operation. - - , and this 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. - - ]]> - - - Either or or is and is not set in the constructor. - The authentication failed and left this object in an unusable state. - Authentication has already occurred. - - -or- - - Client authentication using this was tried previously. - - -or- - - Authentication is already in progress. - This object has been closed. + To be added. + To be added. + To be added. + To be added. + To be added. + To be added. @@ -4367,8 +4346,8 @@ This property gets the cipher suite that is going to be used in the communicatio System.String - 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. - The name of the server the client is trying to connect to. + To be added. + To be added. To be added. diff --git a/xml/System.Net.Security/SslStreamCertificateContext.xml b/xml/System.Net.Security/SslStreamCertificateContext.xml index 26e224c1085..214959e62e9 100644 --- a/xml/System.Net.Security/SslStreamCertificateContext.xml +++ b/xml/System.Net.Security/SslStreamCertificateContext.xml @@ -14,7 +14,7 @@ - Represents a set of certificates used for building a certificate chain. + To be added. To be added. @@ -38,15 +38,12 @@ - The server certificate. - The certificates to chain. - - to indicate that the missing certificates can be downloaded; otherwise, . - Attempts to build the certificate chain from the provided certificates. - The certificate context with the newly created certificate chain. + To be added. + To be added. + To be added. + To be added. + To be added. To be added. - - doesn't have an associated private key.