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