ChannelProtectionRequirements.OutgoingEncryptionParts 属性

定义

获取消息部分的集合,已为从服务器到客户端的消息对它们进行了加密。

public:
 property System::ServiceModel::Security::ScopedMessagePartSpecification ^ OutgoingEncryptionParts { System::ServiceModel::Security::ScopedMessagePartSpecification ^ get(); };
public System.ServiceModel.Security.ScopedMessagePartSpecification OutgoingEncryptionParts { get; }
member this.OutgoingEncryptionParts : System.ServiceModel.Security.ScopedMessagePartSpecification
Public ReadOnly Property OutgoingEncryptionParts As ScopedMessagePartSpecification

属性值

一个 ScopedMessagePartSpecification 集合。

注解

此属性是在构造函数中设置的。

适用于