9 references to ScopedMessagePartSpecification
System.ServiceModel.Primitives (9)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (8)
35IncomingSignatureParts = new ScopedMessagePartSpecification(other.IncomingSignatureParts); 36IncomingEncryptionParts = new ScopedMessagePartSpecification(other.IncomingEncryptionParts); 37OutgoingSignatureParts = new ScopedMessagePartSpecification(other.OutgoingSignatureParts); 38_outgoingEncryptionParts = new ScopedMessagePartSpecification(other._outgoingEncryptionParts); 138result.IncomingSignatureParts = new ScopedMessagePartSpecification(OutgoingSignatureParts); 139result.OutgoingSignatureParts = new ScopedMessagePartSpecification(IncomingSignatureParts); 140result.IncomingEncryptionParts = new ScopedMessagePartSpecification(OutgoingEncryptionParts); 141result._outgoingEncryptionParts = new ScopedMessagePartSpecification(IncomingEncryptionParts);
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
56: this(other)