ISecuritySession Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class ISecuritySession : System::ServiceModel::Channels::ISession
public interface ISecuritySession : System.ServiceModel.Channels.ISession
type ISecuritySession = interface
interface ISession
Public Interface ISecuritySession
Implements ISession
- Derived
- Implements
Remarks
ISecuritySession instances are provided by message security channels (which use WS-SecureConversation) and by TCP secure transport channels.
Properties
Id |
Gets the ID that uniquely identifies the session. (Inherited from ISession) |
RemoteIdentity |
Gets the identity of the remote principal. |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET