Udostępnij za pośrednictwem


IdentityVerifier.TryGetIdentity(EndpointAddress, EndpointIdentity) Metoda

Definicja

Próbuje utworzyć tożsamość na podstawie punktu końcowego.

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

Parametry

reference
EndpointAddress

Element EndpointAddress do użycia do tworzenia tożsamości.

identity
EndpointIdentity

Zwracana EndpointIdentity wartość.

Zwraca

true jeśli tożsamość jest zwracana; w przeciwnym razie , false. Wartość domyślna to false.

Uwagi

Wartość domyślna IdentityVerifier tworzy element DnsEndpointIdentity na podstawie części nazwy hosta, Uri jeśli EndpointIdentity jawny nie został określony w ramach elementu EndpointAddress.

Dotyczy