Udostępnij za pośrednictwem


FormsAuthenticationConfiguration.Credentials Właściwość

Definicja

Pobiera kolekcję FormsAuthenticationCredentials nazw użytkowników i haseł.

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

Wartość właściwości

Kolekcja FormsAuthenticationCredentials zawierająca nazwy użytkowników i hasła.

Atrybuty

Uwagi

Właściwość Credentials pobiera nazwy użytkowników i hasła do użycia podczas uwierzytelniania opartego na formularzach.

Ostrzeżenie

Przechowywanie poświadczeń użytkownika w sekcji credentials jest niezabezpieczone. Zamiast tego użyj usługi Azure Key Vault.

Dotyczy