5 references to ScopedMessagePartSpecification
System.ServiceModel (5)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (4)
24
this.incomingSignatureParts = new
ScopedMessagePartSpecification
();
25
this.incomingEncryptionParts = new
ScopedMessagePartSpecification
();
26
this.outgoingSignatureParts = new
ScopedMessagePartSpecification
();
27
this.outgoingEncryptionParts = new
ScopedMessagePartSpecification
();
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
52
:
this
()