ISecureConversationSession Interface
.NET Framework 4.5
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.
Namespace: System.ServiceModel.Security
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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
