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 Sub New

This constructor is for internal use only.

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

' Create a new IdentitySection object.
Dim newidentitySection As New System.Web.Configuration.IdentitySection()

.NET Framework
Available since 2.0
Return to top
Show: