다음을 통해 공유


IdentityVerifier.TryGetIdentity(EndpointAddress, EndpointIdentity) 메서드

정의

엔드포인트에서 ID를 만들려고 합니다.

public:
 abstract bool TryGetIdentity(System::ServiceModel::EndpointAddress ^ reference, [Runtime::InteropServices::Out] System::ServiceModel::EndpointIdentity ^ % identity);
public abstract bool TryGetIdentity (System.ServiceModel.EndpointAddress reference, out System.ServiceModel.EndpointIdentity identity);
abstract member TryGetIdentity : System.ServiceModel.EndpointAddress * EndpointIdentity -> bool
Public MustOverride Function TryGetIdentity (reference As EndpointAddress, ByRef identity As EndpointIdentity) As Boolean

매개 변수

reference
EndpointAddress

ID를 만드는 데 사용할 EndpointAddress입니다.

identity
EndpointIdentity

반환되는 EndpointIdentity입니다.

반환

Boolean

ID가 반환되면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

명시적 IdentityVerifierDnsEndpointIdentity의 일부로 지정되지 않은 경우, 기본값 UriEndpointIdentity의 호스트 이름 부분을 기반으로 EndpointAddress를 만듭니다.

적용 대상