18 references to SignedEncrypted
System.ServiceModel (18)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
681case SecurityTokenAttachmentMode.SignedEncrypted: 835case SecurityTokenAttachmentMode.SignedEncrypted:
System\ServiceModel\Security\SecurityMessageProperty.cs (1)
297|| attachmentMode == SecurityTokenAttachmentMode.SignedEncrypted
System\ServiceModel\Security\SecurityProtocol.cs (4)
267SecurityTokenRequirement requirement = this.CreateInitiatorSecurityTokenRequirement(supportingTokenParameters.SignedEncrypted[i], SecurityTokenAttachmentMode.SignedEncrypted); 279SupportingTokenProviderSpecification providerSpec = new SupportingTokenProviderSpecification(provider, SecurityTokenAttachmentMode.SignedEncrypted, supportingTokenParameters.SignedEncrypted[i]); 517AddSupportingTokenSpecification(security, basicTokens, SecurityTokenAttachmentMode.SignedEncrypted, tokenPoliciesMapping); 691case SecurityTokenAttachmentMode.SignedEncrypted:
System\ServiceModel\Security\SecurityProtocolFactory.cs (6)
852if (mode == SecurityTokenAttachmentMode.SignedEncrypted 857if (mode == SecurityTokenAttachmentMode.SignedEncrypted) 947SecurityTokenRequirement requirement = this.CreateRecipientSecurityTokenRequirement(supportingTokenParameters.SignedEncrypted[i], SecurityTokenAttachmentMode.SignedEncrypted); 952SupportingTokenAuthenticatorSpecification authenticatorSpec = new SupportingTokenAuthenticatorSpecification(authenticator, resolver, SecurityTokenAttachmentMode.SignedEncrypted, supportingTokenParameters.SignedEncrypted[i], isOptional); 1044if (mode == SecurityTokenAttachmentMode.SignedEncrypted 1049if (mode == SecurityTokenAttachmentMode.SignedEncrypted)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
856|| security.IncomingSupportingTokens[i].SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEncrypted
System\ServiceModel\Security\SecurityTokenAttachmentMode.cs (2)
23|| value == SecurityTokenAttachmentMode.SignedEncrypted 54case SecurityTokenAttachmentMode.SignedEncrypted:
System\ServiceModel\Security\SendSecurityHeader.cs (1)
993case SecurityTokenAttachmentMode.SignedEncrypted:
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
170SecurityTokenAttachmentMode.SignedEncrypted,