FormsAuthenticationConfiguration.Credentials Vlastnost

Definice

Získá FormsAuthenticationCredentials kolekci uživatelských jmen a hesel.

public:
 property System::Web::Configuration::FormsAuthenticationCredentials ^ Credentials { System::Web::Configuration::FormsAuthenticationCredentials ^ get(); };
[System.Configuration.ConfigurationProperty("credentials")]
public System.Web.Configuration.FormsAuthenticationCredentials Credentials { get; }
[<System.Configuration.ConfigurationProperty("credentials")>]
member this.Credentials : System.Web.Configuration.FormsAuthenticationCredentials
Public ReadOnly Property Credentials As FormsAuthenticationCredentials

Hodnota vlastnosti

Kolekce FormsAuthenticationCredentials, která obsahuje uživatelská jména a hesla.

Atributy

Poznámky

Vlastnost Credentials získá uživatelská jména a hesla, která se mají použít při ověřování pomocí formulářů.

Varování

Ukládání přihlašovacích údajů uživatele v části credentials je nezabezpečené. Místo toho použijte azure Key Vault.

Platí pro