40 references to AddParts
System.ServiceModel (40)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (4)
143
soapBindingFactory.ProtectionRequirements.OutgoingSignatureParts.
AddParts
(bodyPart, RequestSecurityTokenResponseAction);
144
soapBindingFactory.ProtectionRequirements.OutgoingEncryptionParts.
AddParts
(bodyPart, RequestSecurityTokenResponseAction);
145
soapBindingFactory.ProtectionRequirements.IncomingSignatureParts.
AddParts
(bodyPart, RequestSecurityTokenAction);
146
soapBindingFactory.ProtectionRequirements.IncomingEncryptionParts.
AddParts
(bodyPart, RequestSecurityTokenAction);
System\ServiceModel\Security\AcceleratedTokenProvider.cs (4)
191
soapBindingFactory.ProtectionRequirements.IncomingSignatureParts.
AddParts
(bodyPart, RequestSecurityTokenAction);
192
soapBindingFactory.ProtectionRequirements.IncomingEncryptionParts.
AddParts
(bodyPart, RequestSecurityTokenAction);
193
soapBindingFactory.ProtectionRequirements.OutgoingSignatureParts.
AddParts
(bodyPart, RequestSecurityTokenResponseAction);
194
soapBindingFactory.ProtectionRequirements.OutgoingEncryptionParts.
AddParts
(bodyPart, RequestSecurityTokenResponseAction);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (8)
381
symmetric.ProtectionRequirements.OutgoingSignatureParts.
AddParts
(bodyPart, this.SecurityStandardsManager.SecureConversationDriver.CloseResponseAction);
382
symmetric.ProtectionRequirements.OutgoingSignatureParts.
AddParts
(bodyPart, this.SecurityStandardsManager.SecureConversationDriver.CloseAction);
386
symmetric.ProtectionRequirements.IncomingSignatureParts.
AddParts
(bodyPart, this.SecurityStandardsManager.SecureConversationDriver.CloseAction);
387
symmetric.ProtectionRequirements.IncomingSignatureParts.
AddParts
(bodyPart, this.SecurityStandardsManager.SecureConversationDriver.CloseResponseAction);
390
symmetric.ProtectionRequirements.IncomingEncryptionParts.
AddParts
(MessagePartSpecification.NoParts, this.SecurityStandardsManager.SecureConversationDriver.CloseAction);
391
symmetric.ProtectionRequirements.IncomingEncryptionParts.
AddParts
(MessagePartSpecification.NoParts, this.SecurityStandardsManager.SecureConversationDriver.CloseResponseAction);
395
symmetric.ProtectionRequirements.OutgoingEncryptionParts.
AddParts
(MessagePartSpecification.NoParts, this.SecurityStandardsManager.SecureConversationDriver.CloseResponseAction);
396
symmetric.ProtectionRequirements.OutgoingEncryptionParts.
AddParts
(MessagePartSpecification.NoParts, this.SecurityStandardsManager.SecureConversationDriver.CloseAction);
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (8)
1110
soapBindingFactory.ProtectionRequirements.OutgoingSignatureParts.
AddParts
(bodyPart, this.IssueResponseAction);
1111
soapBindingFactory.ProtectionRequirements.OutgoingEncryptionParts.
AddParts
(bodyPart, this.IssueResponseAction);
1112
soapBindingFactory.ProtectionRequirements.OutgoingSignatureParts.
AddParts
(bodyPart, this.RenewResponseAction);
1113
soapBindingFactory.ProtectionRequirements.OutgoingEncryptionParts.
AddParts
(bodyPart, this.RenewResponseAction);
1115
soapBindingFactory.ProtectionRequirements.IncomingSignatureParts.
AddParts
(bodyPart, this.IssueAction);
1116
soapBindingFactory.ProtectionRequirements.IncomingEncryptionParts.
AddParts
(bodyPart, this.IssueAction);
1117
soapBindingFactory.ProtectionRequirements.IncomingSignatureParts.
AddParts
(bodyPart, this.RenewAction);
1118
soapBindingFactory.ProtectionRequirements.IncomingEncryptionParts.
AddParts
(bodyPart, this.RenewAction);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (8)
392
soapBindingFactory.ProtectionRequirements.IncomingSignatureParts.
AddParts
(bodyPart, IssueAction);
393
soapBindingFactory.ProtectionRequirements.IncomingEncryptionParts.
AddParts
(bodyPart, IssueAction);
394
soapBindingFactory.ProtectionRequirements.IncomingSignatureParts.
AddParts
(bodyPart, RenewAction);
395
soapBindingFactory.ProtectionRequirements.IncomingEncryptionParts.
AddParts
(bodyPart, RenewAction);
397
soapBindingFactory.ProtectionRequirements.OutgoingSignatureParts.
AddParts
(bodyPart, IssueResponseAction);
398
soapBindingFactory.ProtectionRequirements.OutgoingEncryptionParts.
AddParts
(bodyPart, IssueResponseAction);
399
soapBindingFactory.ProtectionRequirements.OutgoingSignatureParts.
AddParts
(bodyPart, RenewResponseAction);
400
soapBindingFactory.ProtectionRequirements.OutgoingEncryptionParts.
AddParts
(bodyPart, RenewResponseAction);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (8)
633
messagePf.ProtectionRequirements.IncomingSignatureParts.
AddParts
(bodyPart, this.SecurityStandardsManager.SecureConversationDriver.CloseAction);
634
messagePf.ProtectionRequirements.IncomingSignatureParts.
AddParts
(bodyPart, this.SecurityStandardsManager.SecureConversationDriver.CloseResponseAction);
635
messagePf.ProtectionRequirements.OutgoingSignatureParts.
AddParts
(bodyPart, this.SecurityStandardsManager.SecureConversationDriver.CloseResponseAction);
636
messagePf.ProtectionRequirements.OutgoingSignatureParts.
AddParts
(bodyPart, this.SecurityStandardsManager.SecureConversationDriver.CloseAction);
642
messagePf.ProtectionRequirements.OutgoingEncryptionParts.
AddParts
(MessagePartSpecification.NoParts, this.SecurityStandardsManager.SecureConversationDriver.CloseResponseAction);
643
messagePf.ProtectionRequirements.OutgoingEncryptionParts.
AddParts
(MessagePartSpecification.NoParts, this.SecurityStandardsManager.SecureConversationDriver.CloseAction);
650
messagePf.ProtectionRequirements.IncomingEncryptionParts.
AddParts
(MessagePartSpecification.NoParts, this.SecurityStandardsManager.SecureConversationDriver.CloseAction);
651
messagePf.ProtectionRequirements.IncomingEncryptionParts.
AddParts
(MessagePartSpecification.NoParts, this.SecurityStandardsManager.SecureConversationDriver.CloseResponseAction);