AuthenticationFeature(Module) Constructor

Definition

Initializes a new instance of the AuthenticationFeature class, using the specified module.

protected:
 AuthenticationFeature(Microsoft::Web::Management::Client::Module ^ module);
protected AuthenticationFeature (Microsoft.Web.Management.Client.Module module);
new Microsoft.Web.Management.Client.Extensions.AuthenticationFeature : Microsoft.Web.Management.Client.Module -> Microsoft.Web.Management.Client.Extensions.AuthenticationFeature

Parameters

module
Module

The Module that implements the authentication feature.

Applies to