9 references to ScopedMessagePartSpecification
System.ServiceModel (9)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (8)
43this.incomingSignatureParts = new ScopedMessagePartSpecification(other.incomingSignatureParts); 44this.incomingEncryptionParts = new ScopedMessagePartSpecification(other.incomingEncryptionParts); 45this.outgoingSignatureParts = new ScopedMessagePartSpecification(other.outgoingSignatureParts); 46this.outgoingEncryptionParts = new ScopedMessagePartSpecification(other.outgoingEncryptionParts); 147result.incomingSignatureParts = new ScopedMessagePartSpecification(this.OutgoingSignatureParts); 148result.outgoingSignatureParts = new ScopedMessagePartSpecification(this.IncomingSignatureParts); 149result.incomingEncryptionParts = new ScopedMessagePartSpecification(this.OutgoingEncryptionParts); 150result.outgoingEncryptionParts = new ScopedMessagePartSpecification(this.IncomingEncryptionParts);
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
70: this(other)