AuthenticationFeature.SetEnabled(Boolean) Method

Definition

Sets the enabled state of the authentication feature.

public:
 void SetEnabled(bool enabled);
public void SetEnabled (bool enabled);
member this.SetEnabled : bool -> unit
Public Sub SetEnabled (enabled As Boolean)

Parameters

enabled
Boolean

true to enable; false to disable.

Applies to