Skip to content

Commit ed379a1

Browse files
v-makoudmairaw
authored andcommitted
C76762: Removing all "\" at the end of lines and adding two spaces in… (#11541)
* C76762: Removing all "\" at the end of lines and adding two spaces instead Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. * code fence the syntax * Update issuerchannelbehaviors-element.md
1 parent f5c9023 commit ed379a1

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/framework/configure-apps/file-schema/wcf/issuerchannelbehaviors-element.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ ms.assetid: f7378673-8e9b-45b2-98d1-cf5dccdd8c40
88

99
Contains a collection of Windows Communication Foundation (WCF) client endpoint behaviors (defined in the configuration) to be used when communicating with the specified Service Token Services. The defined behaviors cannot include any [\<clientCredentials>](../../../../../docs/framework/configure-apps/file-schema/wcf/clientcredentials.md) elements.
1010

11-
\<system.ServiceModel>\
12-
\<behaviors>\
13-
endpointBehaviors section\
14-
\<behavior>\
15-
\<clientCredentials>\
16-
\<issuedToken>\
17-
\<issuerChannelBehaviors>
11+
```xml
12+
<system.ServiceModel>
13+
<behaviors>
14+
<endpointBehaviors>
15+
<behavior>
16+
<clientCredentials>
17+
<issuedToken>
18+
<issuerChannelBehaviors>
19+
```
1820

1921
## Syntax
2022

0 commit comments

Comments
 (0)