ISecuritySession Interface

 

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.

Namespace:   System.ServiceModel.Security
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public interface class ISecuritySession : ISession

NameDescription
System_CAPS_pubpropertyId

Gets the ID that uniquely identifies the session. (Inherited from ISession.)

System_CAPS_pubpropertyRemoteIdentity

Gets the identity of the remote principal.

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

.NET Framework
Available since 3.0
Return to top
Show: