StreamSecurityUpgradeProvider.Identity 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用於安全性升級的識別。
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。
備註
這個識別可用來透過繼承自升級提供者類別來開發自訂資料流層級的驗證配置。