X509CertificateEndpointIdentity 클래스

정의

서비스 엔드포인트의 인증서 ID를 나타냅니다. 서비스 엔드포인트와 통신하려는 클라이언트는 엔드포인트 ID에 제공된 인증서를 기반으로 서비스를 인증해야 합니다.

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

생성자

X509CertificateEndpointIdentity(X509Certificate2)

기존 인증서를 사용하여 클래스의 X509CertificateEndpointIdentity 새 인스턴스를 초기화합니다.

X509CertificateEndpointIdentity(X509Certificate2, X509Certificate2Collection)

기본(리프) 인증서와 신뢰 체인의 일부인 인증서를 사용하여 X509CertificateEndpointIdentity 클래스의 새 인스턴스를 초기화합니다.

속성

Certificates

이 ID의 인증서 컬렉션을 가져옵니다.

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)

적용 대상