ChannelProtectionRequirements.OutgoingSignatureParts 属性

定义

获取消息部分的集合,已为从服务器到客户端的消息对它们进行了签名。Gets a collection of message parts that are signed for messages from server to client.

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

一个 ScopedMessagePartSpecification 集合。A ScopedMessagePartSpecification collection.

注解

此属性是在构造函数中设置的。This property is set in the constructor.

适用于