IdentityVerifier.TryGetIdentity(EndpointAddress, EndpointIdentity) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エンドポイントから 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。
戻り値
ID が返された場合は true
、それ以外の場合は false
。 既定値は、false
です。
注釈
IdentityVerifier の一部として明示的な DnsEndpointIdentity が指定されていない場合、既定の Uri は EndpointIdentity のホスト名部分に基づいて EndpointAddress を作成します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET