IdentitySection Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.