ChannelProtectionRequirements.IncomingEncryptionParts 属性

定义

获取消息部分的集合,这些消息部分经过加密,属于从客户端到服务器的消息。

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

属性值

ScopedMessagePartSpecification

一个 ScopedMessagePartSpecification 集合。

注解

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

适用于