共用方式為


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

傳回

Boolean

如果傳回身分識別,則為 true,否則為 false。 預設為 false

備註

如果未將明確的 IdentityVerifier 指定為 DnsEndpointIdentity 的部分,預設的 Uri 會根據 EndpointIdentity 的主機名稱部分建立 EndpointAddress

適用於