Skip to content

Commit a6ad905

Browse files
authored
status (#43128)
1 parent 345d734 commit a6ad905

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/framework/wcf/diagnostics/tracing/propagation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This topic describes activity propagation in the Windows Communication Foundatio
4949
</a:Action>
5050
<a:MessageID>urn:uuid:f0091eae-d339-4c7e-9408-ece34602f1ce
5151
</a:MessageID>
52-
<ActivityId CorrelationId="f94c6af1-7d5d-4295-b693-4670a8a0ce34"
52+
<ActivityId CorrelationId="aaaa0000-bb11-2222-33cc-444444dddddd"
5353
xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">
5454
17f59a29-b435-4a15-bf7b-642ffc40eac8
5555
</ActivityId>

docs/framework/wcf/diagnostics/tracing/using-service-trace-viewer-for-viewing-correlated-traces-and-troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ If you examine the "Sent a message over a channel" trace, you may see the follow
6666
<Level>8</Level>
6767
<TimeCreated SystemTime="2006-08-04T18:45:30.8491051Z" />
6868
<Source Name="System.ServiceModel" />
69-
<Correlation ActivityID="{27c6331d-8998-43aa-a382-03239013a6bd}"/>
69+
<Correlation ActivityID="{bbbb1111-cc22-3333-44dd-555555eeeeee}"/>
7070
<Execution ProcessName="client" ProcessID="1808" ThreadID="1" />
7171
<Channel />
7272
<Computer>TEST1</Computer>
@@ -87,7 +87,7 @@ If you examine the "Sent a message over a channel" trace, you may see the follow
8787
<MessageHeaders>
8888
<Action d4p1:mustUnderstand="1" xmlns:d4p1="http://www.w3.org/2003/05/soap-envelope" xmlns="http://www.w3.org/2005/08/addressing">http://Microsoft.ServiceModel.Samples/ICalculator/Multiply</Action>
8989
<MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:7c6670d8-4c9c-496e-b6a0-2ceb6db35338</MessageID>
90-
<ActivityId CorrelationId="b02e2189-0816-4387-980c-dd8e306440f5" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">27c6331d-8998-43aa-a382-03239013a6bd</ActivityId>
90+
<ActivityId CorrelationId="aaaa0000-bb11-2222-33cc-444444dddddd" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">bbbb1111-cc22-3333-44dd-555555eeeeee</ActivityId>
9191
<ReplyTo xmlns="http://www.w3.org/2005/08/addressing">
9292
<Address>http://www.w3.org/2005/08/addressing/anonymous</Address>
9393
</ReplyTo>

docs/framework/wcf/feature-details/how-to-configure-a-port-with-an-ssl-certificate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ When creating a self-hosted Windows Communication Foundation (WCF) service with
6363
2. In Windows Vista, use the Netsh.exe tool, as shown in the following example.
6464
6565
```console
66-
netsh http add sslcert ipport=0.0.0.0:8000 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6 appid={00112233-4455-6677-8899-AABBCCDDEEFF}
66+
netsh http add sslcert ipport=0.0.0.0:8000 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6 appid={00001111-aaaa-2222-bbbb-3333cccc4444}
6767
```
6868
6969
- The **certhash** parameter specifies the thumbprint of the certificate.
@@ -85,7 +85,7 @@ When creating a self-hosted Windows Communication Foundation (WCF) service with
8585
2. In Windows Vista, to support clients that authenticate with X.509 certificates at the transport layer, follow the preceding procedure, but with an additional parameter, as shown in the following example.
8686
8787
```console
88-
netsh http add sslcert ipport=0.0.0.0:8000 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6 appid={00112233-4455-6677-8899-AABBCCDDEEFF} clientcertnegotiation=enable
88+
netsh http add sslcert ipport=0.0.0.0:8000 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6 appid={00001111-aaaa-2222-bbbb-3333cccc4444} clientcertnegotiation=enable
8989
```
9090
9191
## Delete an SSL certificate from a port number

0 commit comments

Comments
 (0)