UpnEndpointIdentity 클래스

정의

바인딩에서 SSPINegotiate 인증 모드를 활용할 때 사용되는 ID의 UPN(사용자 계정 이름)을 나타냅니다.

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

설명

UPN(사용자 계정 이름)은 사용자 이름(사용자 로그온 이름이라고도 함) 및 사용자 계정이 있는 도메인을 식별하는 도메인 이름입니다. Windows 도메인에 로그온하는 표준 방법 중 하나입니다. 형식은 ( someone@example.com 전자 메일 주소에 관해서는)입니다.

Down-Level 로그온 이름을 사용하여 UpnEndpointIdentity.

생성자

UpnEndpointIdentity(Claim)

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

UpnEndpointIdentity(String)

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

속성

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)

적용 대상