ISecureConversationSession Interface
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)
| 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(XmlReader) | Tries to read the session token identifier pointed to by the XML reader. |
![]() | WriteSessionTokenIdentifier(XmlDictionaryWriter) | 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. |
Available since 3.0

