ChannelProtectionRequirements 클래스

정의

이 채널에서 전송되는 메시지의 다른 부분에 적용할 암호화 및 서명 요구 사항을 설명합니다.

public ref class ChannelProtectionRequirements
public class ChannelProtectionRequirements
type ChannelProtectionRequirements = class
Public Class ChannelProtectionRequirements
상속
ChannelProtectionRequirements

설명

BindingElement 클래스를 확장할 때는 GetProperty<T>(BindingContext)을 구현해야 바인딩 요소에 해당하는 이 클래스의 인스턴스가 반환됩니다.

생성자

ChannelProtectionRequirements()

ChannelProtectionRequirements 클래스의 새 인스턴스를 초기화합니다.

ChannelProtectionRequirements(ChannelProtectionRequirements)

이 클래스의 다른 인스턴스에서 가져온 ChannelProtectionRequirements 클래스의 새 인스턴스를 초기화합니다.

속성

IncomingEncryptionParts

클라이언트에서 서버로 보내지는 메시지를 위해 암호화되는 메시지 부분의 컬렉션을 가져옵니다.

IncomingSignatureParts

클라이언트에서 서버로 보내지는 메시지를 위해 서명되는 메시지 부분의 컬렉션을 가져옵니다.

IsReadOnly

클래스의 이 인스턴스가 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

OutgoingEncryptionParts

서버에서 클라이언트로 보내지는 메시지를 위해 암호화되는 메시지 부분의 컬렉션을 가져옵니다.

OutgoingSignatureParts

서버에서 클라이언트로 보내지는 메시지를 위해 서명되는 메시지 부분의 컬렉션을 가져옵니다.

메서드

Add(ChannelProtectionRequirements)

지정된 ChannelProtectionRequirements의 부분 컬렉션을 이 클래스의 현재 인스턴스에 추가합니다.

Add(ChannelProtectionRequirements, Boolean)

지정된 ChannelProtectionRequirements의 다양한 부분 컬렉션을 이 클래스의 현재 인스턴스에 추가합니다.

CreateInverse()

들어오는 부분과 나가는 부분이 뒤바뀐 이 클래스의 새 인스턴스를 만듭니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MakeReadOnly()

이 클래스와 해당 부분 컬렉션을 읽기 전용으로 설정합니다.

MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상