System.Net.IAuthenticationModule.CanPreAuthenticate Property

Gets a value indicating whether the authentication module supports preauthentication.

Syntax

public bool CanPreAuthenticate { get; }

Value

true if the authentication module supports preauthentication; otherwise false.

Remarks

The IAuthenticationModule.CanPreAuthenticate property is set to true to indicate that the authentication module can respond with a valid System.Net.Authorization instance when the IAuthenticationModule.PreAuthenticate(WebRequest, ICredentials) method is called.

Requirements

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