SslStream.EndAuthenticateAsServer(IAsyncResult) Method

Definition

Ends a pending asynchronous client authentication operation started with a previous call to BeginAuthenticateAsClient.

C#
public virtual void EndAuthenticateAsServer(IAsyncResult asyncResult);

Parameters

asyncResult
IAsyncResult

An IAsyncResult instance returned by a call to BeginAuthenticateAsClient.

Exceptions

asyncResult is null.

asyncResult was not created by a call to BeginAuthenticateAsClient.

The authentication failed and left this object in an unusable state.

There is no pending client authentication to complete.

Remarks

If the operation has not completed, this method blocks until it does. When the authentication succeeds, you must check the IsEncrypted and IsSigned properties to determine what security services are used by the SslStream. Check the IsMutuallyAuthenticated property to determine whether mutual authentication occurred.

If the authentication fails, you receive a AuthenticationException, and this SslStream 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.

To perform this operation synchronously, use one of the AuthenticateAsClient method.

Applies to

Produkt Verzie
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1