ISecuritySession.RemoteIdentity 属性

定义

获取远程主体的标识。

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

属性值

EndpointIdentity远程主体。

适用于