다음을 통해 공유


DnsEndpointIdentity 생성자

정의

DnsEndpointIdentity 클래스의 새 인스턴스를 초기화합니다.

오버로드

DnsEndpointIdentity(Claim)

클레임에서 DnsEndpointIdentity 클래스의 새 인스턴스를 초기화합니다.

DnsEndpointIdentity(String)

DNS 이름에서 이 클래스의 새 인스턴스를 초기화합니다.

DnsEndpointIdentity(Claim)

클레임에서 DnsEndpointIdentity 클래스의 새 인스턴스를 초기화합니다.

public:
 DnsEndpointIdentity(System::IdentityModel::Claims::Claim ^ identity);
public DnsEndpointIdentity (System.IdentityModel.Claims.Claim identity);
new System.ServiceModel.DnsEndpointIdentity : System.IdentityModel.Claims.Claim -> System.ServiceModel.DnsEndpointIdentity
Public Sub New (identity As Claim)

매개 변수

identity
Claim

Claim

예외

identity이(가) null인 경우

설명

메서드 identity 에서 엔드포인트 ID Initialize 를 만드는 데 사용됩니다.

적용 대상

DnsEndpointIdentity(String)

DNS 이름에서 이 클래스의 새 인스턴스를 초기화합니다.

public:
 DnsEndpointIdentity(System::String ^ dnsName);
public DnsEndpointIdentity (string dnsName);
new System.ServiceModel.DnsEndpointIdentity : string -> System.ServiceModel.DnsEndpointIdentity
Public Sub New (dnsName As String)

매개 변수

dnsName
String

DNS 이름입니다.

예외

dnsName이(가) null인 경우

dnsName의 클레임 형식이 Dns가 아닌 경우

설명

DNS dnsName 클레임을 만드는 데 사용되며 메서드에서 엔드포인트 ID를 Initialize 만듭니다.

적용 대상