Partilhar via


IdentitySection Construtor

Definição

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

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

Exemplos

O exemplo de código a seguir 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()

Comentários

Esse construtor é apenas para uso interno.

Aplica-se a