<privacyNoticeAt>

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