다음을 통해 공유


FormsAuthenticationUser 클래스

Forms 인증을 사용하는 웹 애플리케이션에 대한 사용자 자격 증명을 구성합니다.

구문

class FormsAuthenticationUser : CollectionElement  

메서드

이 클래스에는 메서드가 없습니다.

속성

다음 표에서는 클래스에서 노출하는 속성을 나열합니다 FormsAuthenticationUser .

속성 Description
Name 웹 애플리케이션에 필요한 로그온 사용자 이름을 포함하는 읽기 전용 string 값입니다. 키 속성입니다.
Password 웹 애플리케이션에 필요한 사용자 암호를 지정하는 읽기/쓰기 string 값입니다.

를 서브클래싱합니다.

이 클래스에는 하위 클래스가 없습니다.

설명

이 클래스의 인스턴스는 FormsAuthenticationCredentials 클래스의 속성에 포함 Credentials 됩니다.

개체는 FormsAuthenticationUser 컴퓨터, 사이트 또는 애플리케이션 수준에서만 구성 파일의 관련 섹션에 정보를 쓸 수 있습니다. 계층 구조의 다른 수준에서 구성 파일에 쓰려고 하면 파서 생성 오류 메시지가 발생합니다. 그러나 계층의 모든 수준에서 구성 정보를 읽을이 클래스를 사용할 수 있습니다. 안전성과 확장성을 위해 데이터베이스와 같은 외부 리포지토리를 사용하여 사용자 자격 증명을 유지해야 합니다.

상속 계층 구조

CollectionElement

FormsAuthenticationUser

요구 사항

형식 Description
클라이언트 - Windows Vista의 IIS 7.0
- Windows 7의 IIS 7.5
- Windows 8의 IIS 8.0
- WINDOWS 10 IIS 10.0
서버 - Windows Server 2008의 IIS 7.0
- Windows Server 2008 R2의 IIS 7.5
- Windows Server 2012의 IIS 8.0
- Windows Server 2012 R2의 IIS 8.5
- WINDOWS SERVER 2016 IIS 10.0
제품 - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
MOF 파일 WebAdministration.mof

참고 항목

AnonymousAuthenticationSection 클래스
AuthenticationSection 클래스
BasicAuthenticationSection 클래스
ClientCertificateMappingAuthenticationSection 클래스
CollectionElement 클래스
DigestAuthenticationSection 클래스
FormsAuthenticationConfiguration 클래스
FormsAuthenticationCredentials 클래스
IisClientCertificateMappingAuthenticationSection 클래스
PassportAuthentication 클래스
WindowsAuthenticationSection 클래스