ISecuritySession 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
세션에서 교환되는 모든 메시지가 해당 세션을 설정한 동일한 통신 당사자 사이에 있어야 한다는 요구 사항을 적용하는 ISession
의 종류를 나타냅니다.
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
- 파생
- 구현
설명
ISecuritySession 인스턴스는 WS-SecureConversation을 사용하는 메시지 보안 채널 및 TCP 보안 전송 채널에서 제공됩니다.
속성
Id |
세션을 고유하게 식별하는 ID를 가져옵니다. (다음에서 상속됨 ISession) |
RemoteIdentity |
원격 보안 주체의 ID를 가져옵니다. |