IdentityVerifier.TryGetIdentity(EndpointAddress, EndpointIdentity) 方法

定义

尝试从终结点创建标识。

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

用于创建标识的 EndpointAddress

identity
EndpointIdentity

返回的 EndpointIdentity

返回

如果返回了标识,则为 true;否则为 false。 默认值为 false

注解

如果显式 IdentityVerifier 尚未指定为 DnsEndpointIdentity 的一部分,则默认 Uri 将基于 EndpointIdentity 的主机名部分创建 EndpointAddress

适用于