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