FormsAuthenticationConfiguration.Credentials 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자 이름 및 암호의 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사용합니다.