ClaimTypeElement 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ClaimTypeElement 클래스의 새 인스턴스를 초기화합니다.
오버로드
ClaimTypeElement() |
ClaimTypeElement 클래스의 새 인스턴스를 초기화합니다. |
ClaimTypeElement(String, Boolean) |
ClaimTypeElement 클래스의 새 인스턴스를 초기화합니다. |
ClaimTypeElement()
ClaimTypeElement 클래스의 새 인스턴스를 초기화합니다.
public:
ClaimTypeElement();
public ClaimTypeElement ();
Public Sub New ()
적용 대상
ClaimTypeElement(String, Boolean)
ClaimTypeElement 클래스의 새 인스턴스를 초기화합니다.
public:
ClaimTypeElement(System::String ^ claimType, bool isOptional);
public ClaimTypeElement (string claimType, bool isOptional);
new System.ServiceModel.Configuration.ClaimTypeElement : string * bool -> System.ServiceModel.Configuration.ClaimTypeElement
Public Sub New (claimType As String, isOptional As Boolean)
매개 변수
- claimType
- String
클레임의 형식을 지정하는 URI(Uniform Resource Identifier)입니다. 미리 정의된 클레임 형식을 ClaimTypes 클래스의 정적 속성으로 사용할 수 있습니다.
- isOptional
- Boolean
클레임이 선택적 요소인지 여부를 지정하는 부울 값입니다.