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