ISecureConversationSession 인터페이스

정의

보안 대화 보안 세션을 나타냅니다. 통신 당사자는 세션 설정의 일부로 서버에서 발급한 SecurityContextToken 메시지를 사용하여 세션의 모든 메시지를 보호합니다.

public interface class ISecureConversationSession : System::ServiceModel::Security::ISecuritySession
public interface ISecureConversationSession : System.ServiceModel.Security.ISecuritySession
type ISecureConversationSession = interface
    interface ISecuritySession
    interface ISession
Public Interface ISecureConversationSession
Implements ISecuritySession
구현

속성

Name Description
Id

세션을 고유하게 식별하는 ID를 가져옵니다.

(다음에서 상속됨 ISession)
RemoteIdentity

원격 보안 주체의 ID를 가져옵니다.

(다음에서 상속됨 ISecuritySession)

메서드

Name Description
TryReadSessionTokenIdentifier(XmlReader)

XML 판독기가 가리키는 세션 토큰 식별자를 읽으려고 시도합니다.

WriteSessionTokenIdentifier(XmlDictionaryWriter)

보안 세션의 토큰에 해당하는 토큰을 쓰 SecurityKeyIdentifierClause 려고 시도합니다. 이 메서드는 보안 세션 위에 빌드되고 해당 세션 설정 프로토콜의 일부로 보안 세션 토큰의 식별자를 참조하는 WS-RM 세션과 같은 세션에 유용합니다.

적용 대상