diff --git a/xml/System.Net.Security/NegotiateAuthentication.xml b/xml/System.Net.Security/NegotiateAuthentication.xml index 7e0b6c06de1..7173aa9fdf5 100644 --- a/xml/System.Net.Security/NegotiateAuthentication.xml +++ b/xml/System.Net.Security/NegotiateAuthentication.xml @@ -287,9 +287,19 @@ When System.Boolean - Gets a value that indicates whether authentication was successfully completed and the session was established. - To be added. - To be added. + Gets a value that indicates whether the authentication exchange has completed. + if the authentication exchange has completed; otherwise, . + + returned by the most recent call to . The status is on success; any other value indicates that authentication didn't complete successfully. + + ]]> + @@ -544,7 +554,7 @@ The negotiated level of protection is only available when the session ## Remarks For the server side of the authentication, the property returns the target name - specified by the client after successful authentication (see ). + specified by the client after authentication completes successfully. For the client side of the authentication, the property returns the target name specified in .