3 instantiations of PrivacyNoticeBindingElement
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs (1)
63return new PrivacyNoticeBindingElement(this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElementImporter.cs (1)
34settings = new PrivacyNoticeBindingElement();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpBinding.cs (1)
95privacy = new PrivacyNoticeBindingElement();
17 references to PrivacyNoticeBindingElement
dotnet-svcutil-lib (17)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElement.cs (5)
21public PrivacyNoticeBindingElement(PrivacyNoticeBindingElement elementToBeCloned) 82PrivacyNoticeBindingElement settings = 83context.BindingElements.Find<PrivacyNoticeBindingElement>(); 106PrivacyNoticeBindingElement privacy = b as PrivacyNoticeBindingElement;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\PrivacyNoticeBindingElementImporter.cs (2)
29PrivacyNoticeBindingElement settings = 30policyContext.BindingElements.Find<PrivacyNoticeBindingElement>();
FrameworkFork\System.ServiceModel\System\ServiceModel\WS2007FederationHttpBinding.cs (2)
54private WS2007FederationHttpBinding(WSFederationHttpSecurity security, PrivacyNoticeBindingElement privacy, bool reliableSessionEnabled) 67internal new static bool TryCreate(SecurityBindingElement sbe, TransportBindingElement transport, PrivacyNoticeBindingElement privacy, ReliableSessionBindingElement rsbe, TransactionFlowBindingElement tfbe, out Binding binding)
FrameworkFork\System.ServiceModel\System\ServiceModel\WSFederationHttpBinding.cs (5)
53internal WSFederationHttpBinding(WSFederationHttpSecurity security, PrivacyNoticeBindingElement privacy, bool reliableSessionEnabled) 89private PrivacyNoticeBindingElement CreatePrivacyPolicy() 91PrivacyNoticeBindingElement privacy = null; 104internal static bool TryCreate(SecurityBindingElement sbe, TransportBindingElement transport, PrivacyNoticeBindingElement privacy, ReliableSessionBindingElement rsbe, TransactionFlowBindingElement tfbe, out Binding binding) 194PrivacyNoticeBindingElement privacy = this.CreatePrivacyPolicy();
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (3)
293PrivacyNoticeBindingElement privacy = null; 312else if (element is PrivacyNoticeBindingElement) 313privacy = element as PrivacyNoticeBindingElement;