NegotiateStream::AuthenticateAsServerAsync Method

.NET Framework (current version)
 

Handles the server side of an authentication for a client-server connection as an asynchronous operation.

Namespace:   System.Net.Security
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodAuthenticateAsServerAsync()

Called by servers to authenticate the client, and optionally the server, in a client-server connection as an asynchronous operation.

System_CAPS_pubmethodAuthenticateAsServerAsync(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.

System_CAPS_pubmethodAuthenticateAsServerAsync(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.

System_CAPS_pubmethodAuthenticateAsServerAsync(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.

Return to top
Show: