IdentitySection Construtor

Definição

Inicializa uma nova instância da IdentitySection classe usando parâmetros padrão.

public:
 IdentitySection();
public IdentitySection();
Public Sub New ()

Exemplos

O seguinte exemplo de código mostra como criar um IdentitySection objeto.

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

Observações

Este construtor é apenas para uso interno.

Aplica-se a