11 references to SignedEndorsing
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityMessageProperty.cs (1)
293|| attachmentMode == SecurityTokenAttachmentMode.SignedEndorsing)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (8)
821spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEndorsing) 831|| mode == SecurityTokenAttachmentMode.SignedEndorsing) 839if (mode == SecurityTokenAttachmentMode.Endorsing || mode == SecurityTokenAttachmentMode.SignedEndorsing) 899SecurityTokenRequirement requirement = this.CreateRecipientSecurityTokenRequirement(supportingTokenParameters.SignedEndorsing[i], SecurityTokenAttachmentMode.SignedEndorsing); 904SupportingTokenAuthenticatorSpecification authenticatorSpec = new SupportingTokenAuthenticatorSpecification(authenticator, resolver, SecurityTokenAttachmentMode.SignedEndorsing, supportingTokenParameters.SignedEndorsing[i], isOptional); 984|| tokenAuthenticatorSpec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEndorsing) 994|| mode == SecurityTokenAttachmentMode.SignedEndorsing) 1002if (mode == SecurityTokenAttachmentMode.Endorsing || mode == SecurityTokenAttachmentMode.SignedEndorsing)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityTokenAttachmentMode.cs (2)
24|| value == SecurityTokenAttachmentMode.SignedEndorsing; 58case SecurityTokenAttachmentMode.SignedEndorsing: