SystemIdentityModelSection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
구성 파일의 <system.identityModel>
섹션을 나타냅니다. 이 클래스는 상속될 수 없습니다.
public ref class SystemIdentityModelSection sealed : System::Configuration::ConfigurationSection
public sealed class SystemIdentityModelSection : System.Configuration.ConfigurationSection
type SystemIdentityModelSection = class
inherit ConfigurationSection
Public NotInheritable Class SystemIdentityModelSection
Inherits ConfigurationSection
- 상속
설명
내 합니다 <system.identityModel>
섹션, 여러 id 구성을 정의할 수 있습니다, 각각 고유한 이름 및 특정 구성; 정의 예를 들어 <identityConfiguration name="alternate" >
합니다. Id 모델 섹션에 정의 된 identity 구성 요소의 컬렉션을 사용 하 여 검색할 수는 IdentityConfigurationElements 속성입니다.
id 구성 요소에 이름을 지정 하지 않으면 요소는 기본 id 구성이 정의 합니다. 기본 id 구성이 패시브 페더레이션 시나리오에 대해 항상 사용 됩니다. Id 모델 구성 섹션에서 하나의 기본 구성이 있을 수 있습니다. 사용 하 여 검색할 수는 DefaultIdentityConfigurationElement 속성입니다.
생성자
SystemIdentityModelSection() |
SystemIdentityModelSection 클래스의 새 인스턴스를 초기화합니다. |
필드
SectionName |
WIF(Windows Identity Foundation)에서 정의된 구성 섹션의 이름으로, system.identityModel입니다. |
속성
메서드
적용 대상
추가 정보
.NET