4 references to RenewResponseAction
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (4)
399
soapBindingFactory.ProtectionRequirements.OutgoingSignatureParts.AddParts(bodyPart,
RenewResponseAction
);
400
soapBindingFactory.ProtectionRequirements.OutgoingEncryptionParts.AddParts(bodyPart,
RenewResponseAction
);
406
MessageFilter issueAndRenewFilter = new SessionActionFilter(this.standardsManager, this.IssueResponseAction.Value, this.
RenewResponseAction
.Value);
785
if (response.Headers.Action != this.
RenewResponseAction
.Value)