AuthenticationFeature.SetEnabled(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.