CustomTypeElement 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
구성 파일에서 사용자 지정 Type을 지정하는 요소 또는 특성을 나타냅니다. 이 클래스는 상속될 수 없습니다.
public ref class CustomTypeElement sealed : System::IdentityModel::Configuration::ConfigurationElementInterceptor
public sealed class CustomTypeElement : System.IdentityModel.Configuration.ConfigurationElementInterceptor
type CustomTypeElement = class
inherit ConfigurationElementInterceptor
Public NotInheritable Class CustomTypeElement
Inherits ConfigurationElementInterceptor
- 상속
설명
CustomTypeElement 클래스 특성 또는 구성 파일에서 사용자 지정 형식을 지정 하는 요소를 나타냅니다. 예를 들어 클레임 ID 관리자를 <지정하는 데 사용되는 claimsAuthenticationManager> 요소에는 클레임 인증 관리자<claimsAuthenticationManager type="MyNamespace.CustomClaimsAuthenticationManager, MyAssembly"/>
의 를 지정 Type 하는 특성이 포함 type
됩니다.
identityConfiguration> 요소에서< 구성된 대로 이 요소를 나타내는 속성은 IdentityConfigurationElement.ClaimsAuthenticationManager 인스턴스CustomTypeElement를 가져오고 설정합니다.
생성자
CustomTypeElement() |
CustomTypeElement 클래스의 새 인스턴스를 초기화합니다. |
속성
메서드
적용 대상
.NET