9 references to SignedEncrypted
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityMessageProperty.cs (1)
292|| attachmentMode == SecurityTokenAttachmentMode.SignedEncrypted
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (6)
829if (mode == SecurityTokenAttachmentMode.SignedEncrypted 834if (mode == SecurityTokenAttachmentMode.SignedEncrypted) 917SecurityTokenRequirement requirement = this.CreateRecipientSecurityTokenRequirement(supportingTokenParameters.SignedEncrypted[i], SecurityTokenAttachmentMode.SignedEncrypted); 922SupportingTokenAuthenticatorSpecification authenticatorSpec = new SupportingTokenAuthenticatorSpecification(authenticator, resolver, SecurityTokenAttachmentMode.SignedEncrypted, supportingTokenParameters.SignedEncrypted[i], isOptional); 992if (mode == SecurityTokenAttachmentMode.SignedEncrypted 997if (mode == SecurityTokenAttachmentMode.SignedEncrypted)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityTokenAttachmentMode.cs (2)
23|| value == SecurityTokenAttachmentMode.SignedEncrypted 53case SecurityTokenAttachmentMode.SignedEncrypted: