Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a configuration element that specifies a privacy notice used in wsFederationHttp binding.
<configuration>
<system.serviceModel>
<bindings>
<customBinding>
<binding>
<privacyNotice>
Syntax
<privacyNotice url="String"
version="Integer" />
Type
Type
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
url |
A string that specifies the URI at which the privacy notice is located. |
version |
An integer that specifies the version of this privacy notice. |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
| <binding> | Defines all binding capabilities of the custom binding. |
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.