This documentation is archived and is not being maintained.
ISecureConversationSession Interface
Visual Studio 2010
Represents a secure conversation security session. The communicating parties secure all messages on the session using a SecurityContextToken that is issued by the server as part of session establishment.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The ISecureConversationSession type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Id | Gets the ID that uniquely identifies the session. (Inherited from ISession.) |
![]() | RemoteIdentity | Gets the identity of the remote principal. (Inherited from ISecuritySession.) |
| Name | Description | |
|---|---|---|
![]() | TryReadSessionTokenIdentifier | Tries to read the session token identifier pointed to by the XML reader. |
![]() | WriteSessionTokenIdentifier | Tries to write the SecurityKeyIdentifierClause corresponding to the security session's token. This method is useful for sessions like WS-RM sessions that build on top of the security session and refer to the security session token's identifier as part of their session establishment protocol. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
