The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
NegotiateStream.AuthenticateAsServer Method
.NET Framework 2.0
Handles the server side of an authentication for a client-server connection.
| Name | Description |
|---|---|
| NegotiateStream.AuthenticateAsServer () | Called by servers to authenticate the client, and optionally the server, in a client-server connection. |
| NegotiateStream.AuthenticateAsServer (NetworkCredential, ProtectionLevel, TokenImpersonationLevel) | Called by servers to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified server credentials and authentication options. |