|
49 | 49 |
|
50 | 50 | [!INCLUDE[cas-deprecated](~/includes/cas-deprecated.md)]
|
51 | 51 |
|
52 |
| - Named permission sets are used in security policy administration to specify the permissions to be granted to code that belongs to certain code groups. Names are strings of alphanumeric characters. Description strings can consist of any printable characters. |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| -## Examples |
57 |
| - The following code example shows the use of members of the <xref:System.Security.NamedPermissionSet> class. |
58 |
| - |
59 |
| - |
| 52 | + Named permission sets are used in security policy administration to specify the permissions to be granted to code that belongs to certain code groups. Names are strings of alphanumeric characters. Description strings can consist of any printable characters. |
| 53 | +
|
60 | 54 | ]]></format>
|
61 | 55 | </remarks>
|
62 | 56 | </Docs>
|
|
220 | 214 | <param name="name">The name for the named permission set.</param>
|
221 | 215 | <param name="permSet">The permission set from which to take the value of the new named permission set.</param>
|
222 | 216 | <summary>Initializes a new instance of the <see cref="T:System.Security.NamedPermissionSet" /> class with the specified name from a permission set.</summary>
|
223 |
| - <remarks> |
224 |
| - <format type="text/markdown"><![CDATA[ |
225 |
| - |
226 |
| -## Examples |
227 |
| - The following code example shows the use of the <xref:System.Security.NamedPermissionSet.%23ctor%2A> constructor to create a new <xref:System.Security.NamedPermissionSet> object. This code example is part of a larger example provided for the <xref:System.Security.NamedPermissionSet> class. |
228 |
| - |
229 |
| - |
230 |
| - ]]></format> |
231 |
| - </remarks> |
| 217 | + <remarks>To be added.</remarks> |
232 | 218 | <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is <see langword="null" /> or is an empty string ("").</exception>
|
233 | 219 | </Docs>
|
234 | 220 | </Member>
|
|
273 | 259 | <Docs>
|
274 | 260 | <summary>Creates a permission set copy from a named permission set.</summary>
|
275 | 261 | <returns>A permission set that is a copy of the permissions in the named permission set.</returns>
|
276 |
| - <remarks> |
277 |
| - <format type="text/markdown"><![CDATA[ |
278 |
| - |
279 |
| -## Examples |
280 |
| - The following code example shows the use of the <xref:System.Security.NamedPermissionSet.Copy%2A> method to create a copy of the current <xref:System.Security.NamedPermissionSet>. This code example is part of a larger example provided for the <xref:System.Security.NamedPermissionSet> class. |
281 |
| - |
282 |
| - |
283 |
| - ]]></format> |
284 |
| - </remarks> |
| 262 | + <remarks>To be added.</remarks> |
285 | 263 | </Docs>
|
286 | 264 | </Member>
|
287 | 265 | <Member MemberName="Copy">
|
|
356 | 334 | <format type="text/markdown"><![CDATA[
|
357 | 335 |
|
358 | 336 | ## Remarks
|
359 |
| - The description helps the administrator understand in words what permissions the set contains and its intended use. |
360 |
| - |
361 |
| - |
362 |
| - |
363 |
| -## Examples |
364 |
| - The following code example shows the use of the <xref:System.Security.NamedPermissionSet.Description%2A> property to display the description of the current <xref:System.Security.NamedPermissionSet>. This code example is part of a larger example provided for the <xref:System.Security.NamedPermissionSet> class. |
365 |
| - |
366 |
| - |
| 337 | + The description helps the administrator understand in words what permissions the set contains and its intended use. |
| 338 | +
|
367 | 339 | ]]></format>
|
368 | 340 | </remarks>
|
369 | 341 | </Docs>
|
|
419 | 391 | <format type="text/markdown"><![CDATA[
|
420 | 392 |
|
421 | 393 | ## Remarks
|
422 |
| - For more information, see <xref:System.Object.Equals%2A>. |
423 |
| - |
424 |
| - |
425 |
| - |
426 |
| -## Examples |
427 |
| - The following code example shows the use of the <xref:System.Security.NamedPermissionSet.Equals%2A> method to compare two <xref:System.Security.NamedPermissionSet> objects. This code example is part of a larger example provided for the <xref:System.Security.NamedPermissionSet> class. |
428 |
| - |
429 |
| - |
| 394 | + For more information, see <xref:System.Object.Equals%2A>. |
| 395 | +
|
430 | 396 | ]]></format>
|
431 | 397 | </remarks>
|
432 | 398 | </Docs>
|
|
468 | 434 | <format type="text/markdown"><![CDATA[
|
469 | 435 |
|
470 | 436 | ## Remarks
|
471 |
| - This method recreates the state of a named permission set from an XML element previously created by <xref:System.Security.NamedPermissionSet.ToXml%2A>. |
472 |
| - |
473 |
| - |
474 |
| - |
475 |
| -## Examples |
476 |
| - The following code example shows the use of the <xref:System.Security.NamedPermissionSet.FromXml%2A> method to recreate a <xref:System.Security.NamedPermissionSet> object. This code example is part of a larger example provided for the <xref:System.Security.NamedPermissionSet> class. |
477 |
| - |
478 |
| - |
| 437 | + This method recreates the state of a named permission set from an XML element previously created by <xref:System.Security.NamedPermissionSet.ToXml%2A>. |
| 438 | +
|
479 | 439 | ]]></format>
|
480 | 440 | </remarks>
|
481 | 441 | <exception cref="T:System.ArgumentException">The <paramref name="et" /> parameter is not a valid representation of a named permission set.</exception>
|
|
562 | 522 | <format type="text/markdown"><![CDATA[
|
563 | 523 |
|
564 | 524 | ## Remarks
|
565 |
| - Code groups refer to permission sets by name. |
566 |
| - |
567 |
| - |
568 |
| - |
569 |
| -## Examples |
570 |
| - The following code example shows the use of the <xref:System.Security.NamedPermissionSet.Name%2A> property to display the name of a <xref:System.Security.NamedPermissionSet>. This code example is part of a larger example provided for the <xref:System.Security.NamedPermissionSet> class. |
571 |
| - |
572 |
| - |
| 525 | + Code groups refer to permission sets by name. |
| 526 | +
|
573 | 527 | ]]></format>
|
574 | 528 | </remarks>
|
575 | 529 | <exception cref="T:System.ArgumentException">The name is <see langword="null" /> or is an empty string ("").</exception>
|
|
616 | 570 | <format type="text/markdown"><![CDATA[
|
617 | 571 |
|
618 | 572 | ## Remarks
|
619 |
| - Use <xref:System.Security.NamedPermissionSet.FromXml%2A> to recreate the state represented by the returned element. |
620 |
| - |
621 |
| - |
622 |
| - |
623 |
| -## Examples |
624 |
| - The following code example shows the use of the <xref:System.Security.NamedPermissionSet.ToXml%2A> method to recreate a <xref:System.Security.NamedPermissionSet> object. This code example is part of a larger example provided for the <xref:System.Security.NamedPermissionSet> class. |
625 |
| - |
626 |
| - |
| 573 | + Use <xref:System.Security.NamedPermissionSet.FromXml%2A> to recreate the state represented by the returned element. |
| 574 | +
|
627 | 575 | ]]></format>
|
628 | 576 | </remarks>
|
629 | 577 | </Docs>
|
|
0 commit comments