ChannelProtectionRequirements.OutgoingSignatureParts 属性

定义

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

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

属性值

一个 ScopedMessagePartSpecification 集合。

注解

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

适用于