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