Compartir a través de


FormsAuthenticationCredentials.Users Propiedad

Definición

Obtiene las credenciales de contraseña y nombres de usuario.

public:
 property System::Web::Configuration::FormsAuthenticationUserCollection ^ Users { System::Web::Configuration::FormsAuthenticationUserCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true, Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.Web.Configuration.FormsAuthenticationUserCollection Users { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true, Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.Users : System.Web.Configuration.FormsAuthenticationUserCollection
Public ReadOnly Property Users As FormsAuthenticationUserCollection

Valor de propiedad

FormsAuthenticationUserCollection

Objeto FormsAuthenticationUserCollection que contiene las credenciales de contraseña y nombres de usuario.

Atributos

Ejemplos

En el ejemplo de código siguiente se muestra cómo utilizar la propiedad Users. Consulte el ejemplo de código del tema de clase FormsAuthenticationCredentials para obtener información sobre cómo obtener la sección .


// Create a new FormsAuthenticationUserCollection object.
FormsAuthenticationUserCollection newformsAuthenticationUser = 
    new FormsAuthenticationUserCollection();
' Create a new FormsAuthenticationUserCollection object.
  Dim newformsAuthenticationUser _
  As New FormsAuthenticationUserCollection()

Se aplica a

Consulte también