6 references to HasProtectionRequirements
System.ServiceModel (6)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (6)
239
forward.RequireConfidentiality = this.
HasProtectionRequirements
(forward.ProtectionRequirements.IncomingEncryptionParts);
240
forward.RequireIntegrity = this.
HasProtectionRequirements
(forward.ProtectionRequirements.IncomingSignatureParts);
254
forward.ApplyIntegrity = this.
HasProtectionRequirements
(forward.ProtectionRequirements.OutgoingSignatureParts);
255
forward.ApplyConfidentiality = this.
HasProtectionRequirements
(forward.ProtectionRequirements.OutgoingEncryptionParts);
338
reverse.ApplyConfidentiality = this.
HasProtectionRequirements
(reverse.ProtectionRequirements.OutgoingEncryptionParts);
344
reverse.RequireConfidentiality = this.
HasProtectionRequirements
(reverse.ProtectionRequirements.IncomingEncryptionParts);