Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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 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:
© 2017 Microsoft