IdentitySection Constructor ()

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the IdentitySection class using default parameters.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public IdentitySection()

This constructor is for internal use only.

The following code example shows how to create an IdentitySection object.

// Create a new IdentitySection object.
System.Web.Configuration.IdentitySection newidentitySection = new System.Web.Configuration.IdentitySection();

.NET Framework
Available since 2.0
Return to top
Show: