16 references to GetIndividualProperty
System.ServiceModel (16)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
433ChannelProtectionRequirements myRequirements = base.GetProtectionRequirements(addressing, this.GetIndividualProperty<ISecurityCapabilities>().SupportedRequestProtectionLevel);
System\ServiceModel\Channels\SecurityBindingElement.cs (3)
829ProtectionLevel supportedRequestProtectionLevel = this.GetIndividualProperty<ISecurityCapabilities>().SupportedRequestProtectionLevel; 830ProtectionLevel supportedResponseProtectionLevel = this.GetIndividualProperty<ISecurityCapabilities>().SupportedResponseProtectionLevel; 2333bindingParameters.Add(ChannelProtectionRequirements.CreateFromContract(policyContext.Contract, policyContext.BindingElements.Find<SecurityBindingElement>().GetIndividualProperty<ISecurityCapabilities>(), false));
System\ServiceModel\Channels\TransportBindingElement.cs (1)
126result = bindingElements[i].GetIndividualProperty<T>();
System\ServiceModel\Description\DispatcherBuilder.cs (1)
1330ISecurityCapabilities tmp = elements[i].GetIndividualProperty<ISecurityCapabilities>();
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
182this.readerQuotas = bindingElement.GetIndividualProperty<XmlDictionaryReaderQuotas>();
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (7)
407ValidateContract(binding, contract, sbe.GetIndividualProperty<ISecurityCapabilities>().SupportedRequestProtectionLevel, sbe.GetIndividualProperty<ISecurityCapabilities>().SupportedResponseProtectionLevel); 494ValidateContract(binding, contract, sbe.GetIndividualProperty<ISecurityCapabilities>().SupportedRequestProtectionLevel, sbe.GetIndividualProperty<ISecurityCapabilities>().SupportedResponseProtectionLevel); 656ISecurityCapabilities bootstrapSecurityCapabilities = scstp.BootstrapSecurityBindingElement.GetIndividualProperty<ISecurityCapabilities>(); 949ContractProtectionRequirementsRule.GetRequiredProtectionLevels(endpoint.Contract, security.GetIndividualProperty<ISecurityCapabilities>().SupportedRequestProtectionLevel, security.GetIndividualProperty<ISecurityCapabilities>().SupportedResponseProtectionLevel,
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
131return this.bootstrapSecurityBindingElement.GetIndividualProperty<ISecurityCapabilities>();
System\ServiceModel\Security\WSSecurityPolicy.cs (1)
1352bindingParameters.Add(ChannelProtectionRequirements.CreateFromContract(policyContext.Contract, policyContext.BindingElements.Find<SecurityBindingElement>().GetIndividualProperty<ISecurityCapabilities>(), false));