|
274 | 274 | <Docs>
|
275 | 275 | <param name="info">The serialized data.</param>
|
276 | 276 | <summary>Initializes a new instance of the <see cref="T:System.Security.Claims.ClaimsIdentity" /> class from a serialized stream created by using <see cref="T:System.Runtime.Serialization.ISerializable" />.</summary>
|
277 |
| - <remarks> |
278 |
| - </remarks> |
| 277 | + <remarks>To be added.</remarks> |
279 | 278 | <exception cref="T:System.ArgumentNullException">
|
280 | 279 | <paramref name="info" /> is <see langword="null" />.</exception>
|
281 | 280 | </Docs>
|
|
333 | 332 | ]]></format>
|
334 | 333 | </remarks>
|
335 | 334 | <exception cref="T:System.ArgumentNullException">
|
336 |
| - <paramref name="other" /> is **null**.</exception> |
| 335 | + <paramref name="other" /> is <see langword="null" />.</exception> |
337 | 336 | </Docs>
|
338 | 337 | </Member>
|
339 | 338 | <Member MemberName=".ctor">
|
|
543 | 542 | <param name="info">The serialized data.</param>
|
544 | 543 | <param name="context">The context for serialization.</param>
|
545 | 544 | <summary>Initializes a new instance of the <see cref="T:System.Security.Claims.ClaimsIdentity" /> class from a serialized stream created by using <see cref="T:System.Runtime.Serialization.ISerializable" />.</summary>
|
546 |
| - <remarks> |
547 |
| - </remarks> |
| 545 | + <remarks>To be added.</remarks> |
548 | 546 | <exception cref="T:System.ArgumentNullException">
|
549 |
| - <paramref name="info" /> is **null**.</exception> |
| 547 | + <paramref name="info" /> is <see langword="null" />.</exception> |
550 | 548 | </Docs>
|
551 | 549 | </Member>
|
552 | 550 | <Member MemberName=".ctor">
|
|
836 | 834 |
|
837 | 835 | ]]></format>
|
838 | 836 | </remarks>
|
839 |
| - <exception cref="T:System.InvalidOperationException">An attempt to set the property to the current instance occurs.</exception> |
| 837 | + <exception cref="T:System.InvalidOperationException">An attempt was made to set the property to the current instance. |
| 838 | + |
| 839 | +-or- |
| 840 | + |
| 841 | +<see langword="value" /> results in a circular reference back to <see langword="this" />.</exception> |
840 | 842 | </Docs>
|
841 | 843 | </Member>
|
842 | 844 | <Member MemberName="AddClaim">
|
|
1147 | 1149 | <Docs>
|
1148 | 1150 | <summary>Returns a new <see cref="T:System.Security.Claims.ClaimsIdentity" /> copied from this claims identity.</summary>
|
1149 | 1151 | <returns>A copy of the current instance.</returns>
|
1150 |
| - <remarks> |
1151 |
| - </remarks> |
| 1152 | + <remarks>To be added.</remarks> |
1152 | 1153 | </Docs>
|
1153 | 1154 | </Member>
|
1154 | 1155 | <Member MemberName="CreateClaim">
|
|
1188 | 1189 | <param name="reader">The <see cref="T:System.IO.BinaryReader" /> that points to the claim.</param>
|
1189 | 1190 | <summary>Provides an extensibility point for derived types to create a custom <see cref="T:System.Security.Claims.Claim" />.</summary>
|
1190 | 1191 | <returns>A new <see cref="T:System.Security.Claims.Claim" />.</returns>
|
1191 |
| - <remarks> |
1192 |
| - </remarks> |
| 1192 | + <remarks>To be added.</remarks> |
1193 | 1193 | <exception cref="T:System.ArgumentNullException">
|
1194 | 1194 | <paramref name="reader" /> is <see langword="null" />.</exception>
|
1195 | 1195 | </Docs>
|
|
1228 | 1228 | <Docs>
|
1229 | 1229 | <summary>Contains any additional data provided by a derived type. Typically set when calling <see cref="M:System.Security.Claims.ClaimsIdentity.WriteTo(System.IO.BinaryWriter,System.Byte[])" />.</summary>
|
1230 | 1230 | <value>A <see cref="T:System.Byte" /> array representing the additional serialized data.</value>
|
1231 |
| - <remarks> |
1232 |
| - </remarks> |
| 1231 | + <remarks>To be added.</remarks> |
1233 | 1232 | </Docs>
|
1234 | 1233 | </Member>
|
1235 | 1234 | <Member MemberName="DefaultIssuer">
|
|
1264 | 1263 | </ReturnValue>
|
1265 | 1264 | <Docs>
|
1266 | 1265 | <summary>The default issuer; "LOCAL AUTHORITY".</summary>
|
1267 |
| - <remarks> |
1268 |
| - </remarks> |
| 1266 | + <remarks>To be added.</remarks> |
1269 | 1267 | </Docs>
|
1270 | 1268 | </Member>
|
1271 | 1269 | <Member MemberName="DefaultNameClaimType">
|
|
1300 | 1298 | </ReturnValue>
|
1301 | 1299 | <Docs>
|
1302 | 1300 | <summary>The default name claim type; <see cref="F:System.Security.Claims.ClaimTypes.Name" />.</summary>
|
1303 |
| - <remarks> |
1304 |
| - </remarks> |
| 1301 | + <remarks>To be added.</remarks> |
1305 | 1302 | </Docs>
|
1306 | 1303 | </Member>
|
1307 | 1304 | <Member MemberName="DefaultRoleClaimType">
|
|
1336 | 1333 | </ReturnValue>
|
1337 | 1334 | <Docs>
|
1338 | 1335 | <summary>The default role claim type; <see cref="F:System.Security.Claims.ClaimTypes.Role" />.</summary>
|
1339 |
| - <remarks> |
1340 |
| - </remarks> |
| 1336 | + <remarks>To be added.</remarks> |
1341 | 1337 | </Docs>
|
1342 | 1338 | </Member>
|
1343 | 1339 | <MemberGroup MemberName="FindAll">
|
|
1387 | 1383 | <param name="match">The function that performs the matching logic.</param>
|
1388 | 1384 | <summary>Retrieves all of the claims that are matched by the specified predicate.</summary>
|
1389 | 1385 | <returns>The matching claims. The list is read-only.</returns>
|
1390 |
| - <remarks> |
1391 |
| - </remarks> |
| 1386 | + <remarks>To be added.</remarks> |
1392 | 1387 | <exception cref="T:System.ArgumentNullException">
|
1393 |
| - <paramref name="match" /> is **null**.</exception> |
| 1388 | + <paramref name="match" /> is <see langword="null" />.</exception> |
1394 | 1389 | </Docs>
|
1395 | 1390 | </Member>
|
1396 | 1391 | <Member MemberName="FindAll">
|
|
1439 | 1434 | ]]></format>
|
1440 | 1435 | </remarks>
|
1441 | 1436 | <exception cref="T:System.ArgumentNullException">
|
1442 |
| - <paramref name="type" /> is **null**.</exception> |
| 1437 | + <paramref name="type" /> is <see langword="null" />.</exception> |
1443 | 1438 | </Docs>
|
1444 | 1439 | </Member>
|
1445 | 1440 | <MemberGroup MemberName="FindFirst">
|
|
1490 | 1485 | <param name="match">The function that performs the matching logic.</param>
|
1491 | 1486 | <summary>Retrieves the first claim that is matched by the specified predicate.</summary>
|
1492 | 1487 | <returns>The first matching claim or <see langword="null" /> if no match is found.</returns>
|
1493 |
| - <remarks> |
1494 |
| - </remarks> |
| 1488 | + <remarks>To be added.</remarks> |
1495 | 1489 | <exception cref="T:System.ArgumentNullException">
|
1496 |
| - <paramref name="match" /> is **null**.</exception> |
| 1490 | + <paramref name="match" /> is <see langword="null" />.</exception> |
1497 | 1491 | </Docs>
|
1498 | 1492 | </Member>
|
1499 | 1493 | <Member MemberName="FindFirst">
|
@@ -1542,7 +1536,7 @@ The comparison is done in <xref:System.StringComparison.OrdinalIgnoreCase?displa
|
1542 | 1536 | ]]></format>
|
1543 | 1537 | </remarks>
|
1544 | 1538 | <exception cref="T:System.ArgumentNullException">
|
1545 |
| - <paramref name="type" /> is **null**.</exception> |
| 1539 | + <paramref name="type" /> is <see langword="null" />.</exception> |
1546 | 1540 | </Docs>
|
1547 | 1541 | </Member>
|
1548 | 1542 | <Member MemberName="GetObjectData">
|
@@ -1587,8 +1581,7 @@ The comparison is done in <xref:System.StringComparison.OrdinalIgnoreCase?displa
|
1587 | 1581 | <param name="info">The object to populate with data.</param>
|
1588 | 1582 | <param name="context">The destination for this serialization. Can be <see langword="null" />.</param>
|
1589 | 1583 | <summary>Populates the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with data needed to serialize the current <see cref="T:System.Security.Claims.ClaimsIdentity" /> object.</summary>
|
1590 |
| - <remarks> |
1591 |
| - </remarks> |
| 1584 | + <remarks>To be added.</remarks> |
1592 | 1585 | <exception cref="T:System.ArgumentNullException">
|
1593 | 1586 | <paramref name="info" /> is <see langword="null" />.</exception>
|
1594 | 1587 | </Docs>
|
@@ -1641,10 +1634,9 @@ The comparison is done in <xref:System.StringComparison.OrdinalIgnoreCase?displa
|
1641 | 1634 | <summary>Determines whether this claims identity has a claim that is matched by the specified predicate.</summary>
|
1642 | 1635 | <returns>
|
1643 | 1636 | <see langword="true" /> if a matching claim exists; otherwise, <see langword="false" />.</returns>
|
1644 |
| - <remarks> |
1645 |
| - </remarks> |
| 1637 | + <remarks>To be added.</remarks> |
1646 | 1638 | <exception cref="T:System.ArgumentNullException">
|
1647 |
| - <paramref name="match" /> is **null**.</exception> |
| 1639 | + <paramref name="match" /> is <see langword="null" />.</exception> |
1648 | 1640 | </Docs>
|
1649 | 1641 | </Member>
|
1650 | 1642 | <Member MemberName="HasClaim">
|
@@ -1696,11 +1688,7 @@ The comparison is done in <xref:System.StringComparison.OrdinalIgnoreCase?displa
|
1696 | 1688 | ]]></format>
|
1697 | 1689 | </remarks>
|
1698 | 1690 | <exception cref="T:System.ArgumentNullException">
|
1699 |
| - <paramref name="type" /> is **null**. |
1700 |
| - |
1701 |
| - -or- |
1702 |
| - |
1703 |
| - <paramref name="value" /> is **null**.</exception> |
| 1691 | + <paramref name="type" /> or <paramref name="value" /> is <see langword="null" />.</exception> |
1704 | 1692 | </Docs>
|
1705 | 1693 | </Member>
|
1706 | 1694 | <Member MemberName="IsAuthenticated">
|
@@ -1784,8 +1772,7 @@ The comparison is done in <xref:System.StringComparison.OrdinalIgnoreCase?displa
|
1784 | 1772 | <Docs>
|
1785 | 1773 | <summary>Gets or sets the label for this claims identity.</summary>
|
1786 | 1774 | <value>The label.</value>
|
1787 |
| - <remarks> |
1788 |
| - </remarks> |
| 1775 | + <remarks>To be added.</remarks> |
1789 | 1776 | </Docs>
|
1790 | 1777 | </Member>
|
1791 | 1778 | <Member MemberName="Name">
|
@@ -2077,8 +2064,7 @@ The comparison is done in <xref:System.StringComparison.OrdinalIgnoreCase?displa
|
2077 | 2064 | <Docs>
|
2078 | 2065 | <param name="writer">The writer to use for data storage.</param>
|
2079 | 2066 | <summary>Serializes using a <see cref="T:System.IO.BinaryWriter" />.</summary>
|
2080 |
| - <remarks> |
2081 |
| - </remarks> |
| 2067 | + <remarks>To be added.</remarks> |
2082 | 2068 | <exception cref="T:System.ArgumentNullException">
|
2083 | 2069 | <paramref name="writer" /> is <see langword="null" />.</exception>
|
2084 | 2070 | </Docs>
|
@@ -2122,8 +2108,7 @@ The comparison is done in <xref:System.StringComparison.OrdinalIgnoreCase?displa
|
2122 | 2108 | <param name="writer">The writer to use for data storage.</param>
|
2123 | 2109 | <param name="userData">Additional data provided by the derived type.</param>
|
2124 | 2110 | <summary>Serializes using a <see cref="T:System.IO.BinaryWriter" />.</summary>
|
2125 |
| - <remarks> |
2126 |
| - </remarks> |
| 2111 | + <remarks>To be added.</remarks> |
2127 | 2112 | <exception cref="T:System.ArgumentNullException">
|
2128 | 2113 | <paramref name="writer" /> is <see langword="null" />.</exception>
|
2129 | 2114 | </Docs>
|
|
0 commit comments