DnsEndpointIdentity 클래스

정의

서버의 DNS ID를 지정합니다.

public ref class DnsEndpointIdentity : System::ServiceModel::EndpointIdentity
public class DnsEndpointIdentity : System.ServiceModel.EndpointIdentity
type DnsEndpointIdentity = class
    inherit EndpointIdentity
Public Class DnsEndpointIdentity
Inherits EndpointIdentity
상속
DnsEndpointIdentity

설명

이 클래스는 서버의 예상 ID를 지정합니다. 이 ID는 서버의 인증서에 동일한 값을 가진 DNS가 포함된 경우 X509 인증서 인증 모드에 유효합니다. SPN의 값이 같은 경우 Windows 인증 모드에도 유효합니다. 이 경우 Windows 인증 모드에 DnsEndpointIdentity "server1.microsoft.com"를 지정하는 클라이언트는 SpnEndpointIdentity "host/server1.microsoft.com"을 지정하는 것과 같습니다.

생성자

DnsEndpointIdentity(Claim)

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

DnsEndpointIdentity(String)

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

속성

IdentityClaim

ID에 해당하는 ID 클레임을 가져옵니다.

(다음에서 상속됨 EndpointIdentity)

메서드

Equals(Object)

지정된 개체가 현재 ID 개체와 같은지 또는 보안 속성이 동일한지 결정하는 값을 반환합니다.

(다음에서 상속됨 EndpointIdentity)
GetHashCode()

ID의 현재 인스턴스에 대한 해시 코드를 제공합니다.

(다음에서 상속됨 EndpointIdentity)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
Initialize(Claim)

지정된 클레임을 사용하여 EndpointIdentity를 초기화합니다.

(다음에서 상속됨 EndpointIdentity)
Initialize(Claim, IEqualityComparer<Claim>)

지정된 클레임 및 인터페이스를 사용하여 EndpointIdentity를 초기화하고 동일한지 비교합니다.

(다음에서 상속됨 EndpointIdentity)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

ID를 반환합니다.

(다음에서 상속됨 EndpointIdentity)

적용 대상