次の方法で共有


StreamSecurityUpgradeProvider.Identity プロパティ

定義

セキュリティ アップグレードに使用される ID を取得します。

public:
 abstract property System::ServiceModel::EndpointIdentity ^ Identity { System::ServiceModel::EndpointIdentity ^ get(); };
public abstract System.ServiceModel.EndpointIdentity Identity { get; }
member this.Identity : System.ServiceModel.EndpointIdentity
Public MustOverride ReadOnly Property Identity As EndpointIdentity

プロパティ値

セキュリティ アップグレードを要求するクライアントの EndpointIdentity を返します。

注釈

この ID を使用すると、アップグレード プロバイダー クラスからの継承を通して、ストリーム レベルのカスタム認証スキームを作成できます。

適用対象