8 references to SignedEndorsing
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\SecurityBindingElement.cs (4)
201GetSupportingTokensCapabilities(requirements.SignedEndorsing, out tmpSupportsClientAuth, out tmpSupportsWindowsIdentity); 226for (int i = 0; i < supportingParameters.SignedEndorsing.Count; ++i) 228SetIssuerBindingContextIfRequired(supportingParameters.SignedEndorsing[i], issuerBindingContext); 259foreach (SecurityTokenParameters parameters in EndpointSupportingTokenParameters.SignedEndorsing)
System\ServiceModel\Security\SecurityProtocol.cs (3)
171for (int i = 0; i < supportingTokenParameters.SignedEndorsing.Count; ++i) 173SecurityTokenRequirement requirement = CreateInitiatorSecurityTokenRequirement(supportingTokenParameters.SignedEndorsing[i], SecurityTokenAttachmentMode.SignedEndorsing); 185SupportingTokenProviderSpecification providerSpec = new SupportingTokenProviderSpecification(provider, SecurityTokenAttachmentMode.SignedEndorsing, supportingTokenParameters.SignedEndorsing[i]);
System\ServiceModel\Security\SecurityUtils.cs (1)
479if (AreSecurityTokenParametersSuitableForChannelBinding(securityBindingElement.EndpointSupportingTokenParameters.SignedEndorsing))