NegotiateStream::AuthenticateAsServerAsync Method
Handles the server side of an authentication for a client-server connection as an asynchronous operation.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | AuthenticateAsServerAsync() | Called by servers to authenticate the client, and optionally the server, in a client-server connection as an asynchronous operation. |
![]() | AuthenticateAsServerAsync(ExtendedProtectionPolicy^) | Called by servers to authenticate the client, and optionally the server, in a client-server connection as an asynchronous operation. The authentication process uses the specified extended protection policy. |
![]() | AuthenticateAsServerAsync(NetworkCredential^, ExtendedProtectionPolicy^, ProtectionLevel, TokenImpersonationLevel) | Called by servers to authenticate the client, and optionally the server, in a client-server connection as an asynchronous operation. The authentication process uses the specified server credentials, authentication options, and extended protection policy. |
![]() | AuthenticateAsServerAsync(NetworkCredential^, ProtectionLevel, TokenImpersonationLevel) | Called by servers to authenticate the client, and optionally the server, in a client-server connection as an asynchronous operation. The authentication process uses the specified server credentials and authentication options. |
