다음을 통해 공유


FormsAuthenticationConfiguration.Credentials 속성

정의

사용자 이름 및 암호의 FormsAuthenticationCredentials 컬렉션을 가져옵니다.

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

속성 값

사용자 이름과 암호를 포함하는 FormsAuthenticationCredentials 컬렉션입니다.

특성

설명

Credentials 속성은 양식 기반 인증 중에 사용할 사용자 이름과 암호를 가져옵니다.

경고

credentials 섹션에 사용자 자격 증명을 저장하는 것은 안전하지 않은. 대신 Azure Key Vault사용합니다.

적용 대상