Mono Class Library: System.Net.Authorization Overview | Members

System.Net.Authorization.Complete Property

Gets a bool value indicating the completion status of the authentication.

public bool Complete { get; }

Value

true if the authentication process is complete; otherwise, false.

Remarks

This property is read-only.

The Authorization.Complete property is set to true when the authentication process between the client and the server is finished.

Note: Some authentication modules, such as a Kerberos module, use multiple round trips between the client and server to complete an authentication. The authentication module sets the Authorization.Complete property to false until the authentication is complete.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0