Edit

Share via


ISecuritySession Interface

Definition

Represents a kind of ISession that enforces the requirement that all messages exchanged on the session are between the same communicating parties that established the session.

public interface class ISecuritySession : System::ServiceModel::Channels::ISession
public interface ISecuritySession : System.ServiceModel.Channels.ISession
type ISecuritySession = interface
    interface ISession
Public Interface ISecuritySession
Implements ISession
Derived
Implements

Remarks

ISecuritySession instances are provided by message security channels (which use WS-SecureConversation) and by TCP secure transport channels.

Properties

Name Description
Id

Gets the ID that uniquely identifies the session.

(Inherited from ISession)
RemoteIdentity

Gets the identity of the remote principal.

Applies to