FormsAuthenticationUser 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
양식 기반 인증을 사용하는 웹 애플리케이션에 대한 사용자의 자격 증명을 구성합니다.
public ref class FormsAuthenticationUser sealed : System::Configuration::ConfigurationElement
public sealed class FormsAuthenticationUser : System.Configuration.ConfigurationElement
type FormsAuthenticationUser = class
inherit ConfigurationElement
Public NotInheritable Class FormsAuthenticationUser
Inherits ConfigurationElement
- 상속
설명
이 형식은 FormsAuthenticationCredentials, FormsAuthenticationUserCollection및 FormsAuthenticationConfiguration 형식을 포함하는 그룹의 일부입니다. 컬렉션 형식 이외의 형식은 기본 구성 태그에 직접 영향을 줍니다.
경고
credentials
섹션에 사용자 자격 증명을 저장하는 것은 안전하지 않은. 대신 Azure Key Vault사용합니다.
메모
FormsAuthenticationUser 컴퓨터, 사이트 또는 애플리케이션 수준에서만 구성 파일의 관련 섹션에 정보를 쓸 수 있습니다. 계층 구조의 다른 수준에서 구성 파일에 쓰려고 하면 파서에서 오류 메시지가 생성됩니다. 그러나 이 클래스를 사용하여 계층 구조의 모든 수준에서 구성 정보를 읽을 수 있습니다. 안전성과 확장성을 위해 Azure Key Vault 사용하여 사용자 자격 증명을 저장하는 것이 좋습니다.
생성자
FormsAuthenticationUser(String, String) |
전달된 매개 변수를 사용하여 FormsAuthenticationUser 클래스의 새 인스턴스를 초기화합니다. |
속성
메서드
적용 대상
.NET