Skip to content

Commit eba2673

Browse files
authored
inline code invalid URIs (#3800)
1 parent 9d44307 commit eba2673

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

xml/System.IdentityModel.Protocols.WSTrust/KeyTypes.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<ReturnType>System.String</ReturnType>
3535
</ReturnValue>
3636
<Docs>
37-
<summary>A URI that represents the asymmetric key type; http://schemas.System.com/idfx/keytype/asymmetric.</summary>
37+
<summary>A URI that represents the asymmetric key type; <c>http://schemas.System.com/idfx/keytype/asymmetric</c>.</summary>
3838
<remarks>To be added.</remarks>
3939
</Docs>
4040
</Member>
@@ -54,7 +54,7 @@
5454
<ReturnType>System.String</ReturnType>
5555
</ReturnValue>
5656
<Docs>
57-
<summary>A URI that represents the bearer key type; http://schemas.System.com/idfx/keytype/bearer.</summary>
57+
<summary>A URI that represents the bearer key type; <c>http://schemas.System.com/idfx/keytype/bearer</c>.</summary>
5858
<remarks>To be added.</remarks>
5959
</Docs>
6060
</Member>
@@ -74,7 +74,7 @@
7474
<ReturnType>System.String</ReturnType>
7575
</ReturnValue>
7676
<Docs>
77-
<summary>A URI that represents the symmetric key type; http://schemas.System.com/idfx/keytype/symmetric.</summary>
77+
<summary>A URI that represents the symmetric key type; <c>http://schemas.System.com/idfx/keytype/symmetric</c>.</summary>
7878
<remarks>To be added.</remarks>
7979
</Docs>
8080
</Member>

xml/System.IdentityModel.Protocols.WSTrust/RequestTypes.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<ReturnType>System.String</ReturnType>
4242
</ReturnValue>
4343
<Docs>
44-
<summary>A string constant that represents a protocol-agnostic URI for a WS-Trust Cancel request; http://schemas.System.com/idfx/requesttype/cancel.</summary>
44+
<summary>A string constant that represents a protocol-agnostic URI for a WS-Trust Cancel request; <c>http://schemas.System.com/idfx/requesttype/cancel</c>.</summary>
4545
<remarks>To be added.</remarks>
4646
</Docs>
4747
</Member>
@@ -61,7 +61,7 @@
6161
<ReturnType>System.String</ReturnType>
6262
</ReturnValue>
6363
<Docs>
64-
<summary>A string constant that represents a protocol-agnostic URI for a WS-Trust GetMetadata request; http://schemas.System.com/idfx/requesttype/getMetadata.</summary>
64+
<summary>A string constant that represents a protocol-agnostic URI for a WS-Trust GetMetadata request; <c>http://schemas.System.com/idfx/requesttype/getMetadata</c>.</summary>
6565
<remarks>To be added.</remarks>
6666
</Docs>
6767
</Member>
@@ -81,7 +81,7 @@
8181
<ReturnType>System.String</ReturnType>
8282
</ReturnValue>
8383
<Docs>
84-
<summary>A string constant that represents a protocol-agnostic URI for a WS-Trust Issue request; http://schemas.System.com/idfx/requesttype/issue.</summary>
84+
<summary>A string constant that represents a protocol-agnostic URI for a WS-Trust Issue request; <c>http://schemas.System.com/idfx/requesttype/issue</c>.</summary>
8585
<remarks>To be added.</remarks>
8686
</Docs>
8787
</Member>
@@ -101,7 +101,7 @@
101101
<ReturnType>System.String</ReturnType>
102102
</ReturnValue>
103103
<Docs>
104-
<summary>A string constant that represents a protocol-agnostic WS-Trust IssueCard request; http://schemas.System.com/idfx/requesttype/issueCard.</summary>
104+
<summary>A string constant that represents a protocol-agnostic WS-Trust IssueCard request; <c>http://schemas.System.com/idfx/requesttype/issueCard</c>.</summary>
105105
<remarks>To be added.</remarks>
106106
</Docs>
107107
</Member>
@@ -121,7 +121,7 @@
121121
<ReturnType>System.String</ReturnType>
122122
</ReturnValue>
123123
<Docs>
124-
<summary>A string constant that represents a protocol-agnostic URI for a WS-Trust Renew request; http://schemas.System.com/idfx/requesttype/renew.</summary>
124+
<summary>A string constant that represents a protocol-agnostic URI for a WS-Trust Renew request; <c>http://schemas.System.com/idfx/requesttype/renew</c>.</summary>
125125
<remarks>To be added.</remarks>
126126
</Docs>
127127
</Member>
@@ -141,7 +141,7 @@
141141
<ReturnType>System.String</ReturnType>
142142
</ReturnValue>
143143
<Docs>
144-
<summary>A string constant that represents a protocol-agnostic URI for a WS-Trust Validate request; http://schemas.System.com/idfx/requesttype/validate.</summary>
144+
<summary>A string constant that represents a protocol-agnostic URI for a WS-Trust Validate request; <c>http://schemas.System.com/idfx/requesttype/validate</c>.</summary>
145145
<remarks>To be added.</remarks>
146146
</Docs>
147147
</Member>

xml/System.IdentityModel.Tokens/AuthenticationMethods.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<ReturnType>System.String</ReturnType>
4242
</ReturnValue>
4343
<Docs>
44-
<summary>Authentication by using a hardware token, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/hardwaretoken.</summary>
44+
<summary>Authentication by using a hardware token, <c>http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/hardwaretoken</c>.</summary>
4545
<remarks>To be added.</remarks>
4646
</Docs>
4747
</Member>
@@ -61,7 +61,7 @@
6161
<ReturnType>System.String</ReturnType>
6262
</ReturnValue>
6363
<Docs>
64-
<summary>Authentication by using the Kerberos protocol, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/kerberos.</summary>
64+
<summary>Authentication by using the Kerberos protocol, <c>http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/kerberos</c>.</summary>
6565
<remarks>To be added.</remarks>
6666
</Docs>
6767
</Member>
@@ -81,7 +81,7 @@
8181
<ReturnType>System.String</ReturnType>
8282
</ReturnValue>
8383
<Docs>
84-
<summary>The namespace for the well-known authentication methods, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/.</summary>
84+
<summary>The namespace for the well-known authentication methods, <c>http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/</c>.</summary>
8585
<remarks>To be added.</remarks>
8686
</Docs>
8787
</Member>
@@ -101,7 +101,7 @@
101101
<ReturnType>System.String</ReturnType>
102102
</ReturnValue>
103103
<Docs>
104-
<summary>Authentication by using a password, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/password.</summary>
104+
<summary>Authentication by using a password, <c>http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/password</c>.</summary>
105105
<remarks>To be added.</remarks>
106106
</Docs>
107107
</Member>
@@ -121,7 +121,7 @@
121121
<ReturnType>System.String</ReturnType>
122122
</ReturnValue>
123123
<Docs>
124-
<summary>Authentication by using a key authenticated by a PGP web of trust, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/pgp.</summary>
124+
<summary>Authentication by using a key authenticated by a PGP web of trust, <c>http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/pgp</c>.</summary>
125125
<remarks>To be added.</remarks>
126126
</Docs>
127127
</Member>
@@ -141,7 +141,7 @@
141141
<ReturnType>System.String</ReturnType>
142142
</ReturnValue>
143143
<Docs>
144-
<summary>Authentication by using the Secure Remote Password protocol, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/secureremotepassword.</summary>
144+
<summary>Authentication by using the Secure Remote Password protocol, <c>http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/secureremotepassword</c>.</summary>
145145
<remarks>To be added.</remarks>
146146
</Docs>
147147
</Member>
@@ -161,7 +161,7 @@
161161
<ReturnType>System.String</ReturnType>
162162
</ReturnValue>
163163
<Docs>
164-
<summary>Authentication by using an XML digital signature, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/signature.</summary>
164+
<summary>Authentication by using an XML digital signature, <c>http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/signature</c>.</summary>
165165
<remarks>To be added.</remarks>
166166
</Docs>
167167
</Member>
@@ -181,7 +181,7 @@
181181
<ReturnType>System.String</ReturnType>
182182
</ReturnValue>
183183
<Docs>
184-
<summary>Authentication by using a smartcard, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/smartcard.</summary>
184+
<summary>Authentication by using a smartcard, <c>http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/smartcard</c>.</summary>
185185
<remarks>To be added.</remarks>
186186
</Docs>
187187
</Member>
@@ -201,7 +201,7 @@
201201
<ReturnType>System.String</ReturnType>
202202
</ReturnValue>
203203
<Docs>
204-
<summary>Authentication by using a smartcard PKI, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/smartcardpki.</summary>
204+
<summary>Authentication by using a smartcard PKI, <c>http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/smartcardpki</c>.</summary>
205205
<remarks>To be added.</remarks>
206206
</Docs>
207207
</Member>
@@ -221,7 +221,7 @@
221221
<ReturnType>System.String</ReturnType>
222222
</ReturnValue>
223223
<Docs>
224-
<summary>Authentication on a key authenticated using an SPKI PKI, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/spki.</summary>
224+
<summary>Authentication on a key authenticated using an SPKI PKI, <c>http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/spki</c>.</summary>
225225
<remarks>To be added.</remarks>
226226
</Docs>
227227
</Member>
@@ -241,7 +241,7 @@
241241
<ReturnType>System.String</ReturnType>
242242
</ReturnValue>
243243
<Docs>
244-
<summary>Authentication by using either the SSL or TLS protocol with certificate-based client authentication, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/tlsclient.</summary>
244+
<summary>Authentication by using either the SSL or TLS protocol with certificate-based client authentication, <c>http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/tlsclient</c>.</summary>
245245
<remarks>To be added.</remarks>
246246
</Docs>
247247
</Member>
@@ -261,7 +261,7 @@
261261
<ReturnType>System.String</ReturnType>
262262
</ReturnValue>
263263
<Docs>
264-
<summary>Authentication by using an unspecified method, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/unspecified.</summary>
264+
<summary>Authentication by using an unspecified method, <c>http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/unspecified</c>.</summary>
265265
<remarks>To be added.</remarks>
266266
</Docs>
267267
</Member>
@@ -281,7 +281,7 @@
281281
<ReturnType>System.String</ReturnType>
282282
</ReturnValue>
283283
<Docs>
284-
<summary>Windows authentication, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/windows.</summary>
284+
<summary>Windows authentication, <c>http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/windows</c>.</summary>
285285
<remarks>To be added.</remarks>
286286
</Docs>
287287
</Member>
@@ -301,7 +301,7 @@
301301
<ReturnType>System.String</ReturnType>
302302
</ReturnValue>
303303
<Docs>
304-
<summary>Authentication on a key authenticated using an X.509 PKI, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/x509.</summary>
304+
<summary>Authentication on a key authenticated using an X.509 PKI, <c>http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/x509</c>.</summary>
305305
<remarks>To be added.</remarks>
306306
</Docs>
307307
</Member>
@@ -321,7 +321,7 @@
321321
<ReturnType>System.String</ReturnType>
322322
</ReturnValue>
323323
<Docs>
324-
<summary>Authentication on a key authenticated using an XKMS trust service, http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/xkms.</summary>
324+
<summary>Authentication on a key authenticated using an XKMS trust service, <c>http://schemas.microsoft.com/ws/2008/06/identity/authenticationmethod/xkms</c>.</summary>
325325
<remarks>To be added.</remarks>
326326
</Docs>
327327
</Member>

0 commit comments

Comments
 (0)