다음을 통해 공유


ClaimTypeElement 생성자

정의

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

클레임이 선택적 요소인지 여부를 지정하는 부울 값입니다.

적용 대상