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)

适用于