|
197 | 197 | </Parameters>
|
198 | 198 | <Docs>
|
199 | 199 | <param name="encryptedXml">An encrypted section of a configuration file.</param>
|
200 |
| - <param name="protectionProvider">A <see cref="T:System.Configuration.ProtectedConfigurationProvider" /> object.</param> |
201 |
| - <param name="protectedConfigSection">A <see cref="T:System.Configuration.ProtectedConfigurationSection" /> object.</param> |
202 |
| - <param name="protectedSection">To be added.</param> |
| 200 | + <param name="protectionProvider">An object containing the providers that encrypt and decrypt protected configuration data.</param> |
| 201 | + <param name="protectedConfigSection">An object that provides programatic access to the <c>configProtectedData</c> configuration section.</param> |
| 202 | + <param name="protectedSection">An object that provides programatic access to the <c>configProtectedData</c> configuration section.</param> |
203 | 203 | <summary>Decrypts an encrypted configuration section.</summary>
|
204 | 204 | <returns>A string representing a decrypted configuration section.</returns>
|
205 | 205 | <remarks>To be added.</remarks>
|
|
282 | 282 | </Parameters>
|
283 | 283 | <Docs>
|
284 | 284 | <param name="clearTextXml">A section of the configuration that is not encrypted.</param>
|
285 |
| - <param name="encryptedXml">To be added.</param> |
286 |
| - <param name="protectionProvider">A <see cref="T:System.Configuration.ProtectedConfigurationProvider" /> object.</param> |
287 |
| - <param name="protectedConfigSection">A <see cref="T:System.Configuration.ProtectedConfigurationSection" /> object.</param> |
288 |
| - <param name="protectedSection">To be added.</param> |
| 285 | + <param name="encryptedXml">A section of the configuration that is not encrypted.</param> |
| 286 | + <param name="protectionProvider">An object containing the providers that encrypt and decrypt protected configuration data</param> |
| 287 | + <param name="protectedConfigSection">An object that provides programatic access to the <c>configProtectedData</c> configuration section.</param> |
| 288 | + <param name="protectedSection">An object that provides programatic access to the <c>configProtectedData</c> configuration section.</param> |
289 | 289 | <summary>Encrypts a section of a configuration object.</summary>
|
290 | 290 | <returns>A string representing an encrypted section of the configuration object.</returns>
|
291 | 291 | <remarks>To be added.</remarks>
|
|
331 | 331 | <Docs>
|
332 | 332 | <param name="configPath">A string representing the path to a configuration file.</param>
|
333 | 333 | <param name="locationSubPath">A string representing a location subpath.</param>
|
334 |
| - <param name="locatinSubPath">To be added.</param> |
| 334 | + <param name="locatinSubPath">A string representing a location subpath.</param> |
335 | 335 | <summary>Returns a configuration path based on a location subpath.</summary>
|
336 | 336 | <returns>A string representing a configuration path.</returns>
|
337 | 337 | <remarks>To be added.</remarks>
|
|
589 | 589 | <ReturnType>System.Boolean</ReturnType>
|
590 | 590 | </ReturnValue>
|
591 | 591 | <Docs>
|
592 |
| - <summary>To be added.</summary> |
593 |
| - <value>To be added.</value> |
594 |
| - <remarks>To be added.</remarks> |
| 592 | + <summary>Determines if the delegated host has a local configuration.</summary> |
| 593 | + <value> |
| 594 | + <see langword="true" /> if the current instance has a local configuration; otherwise, <see langword="false" />.</value> |
| 595 | + <remarks>To be added.</remarks> |
| 596 | + <forInternalUseOnly /> |
595 | 597 | </Docs>
|
596 | 598 | </Member>
|
597 | 599 | <Member MemberName="HasRoamingConfig">
|
|
615 | 617 | <ReturnType>System.Boolean</ReturnType>
|
616 | 618 | </ReturnValue>
|
617 | 619 | <Docs>
|
618 |
| - <summary>To be added.</summary> |
619 |
| - <value>To be added.</value> |
620 |
| - <remarks>To be added.</remarks> |
| 620 | + <summary>Determines if the delegated host has a roaming configuration.</summary> |
| 621 | + <value> |
| 622 | + <see langword="true" /> if the current instance has a roaming configuration; otherwise, <see langword="false" />.</value> |
| 623 | + <remarks>To be added.</remarks> |
| 624 | + <forInternalUseOnly /> |
621 | 625 | </Docs>
|
622 | 626 | </Member>
|
623 | 627 | <Member MemberName="Host">
|
|
851 | 855 | <ReturnType>System.Boolean</ReturnType>
|
852 | 856 | </ReturnValue>
|
853 | 857 | <Docs>
|
854 |
| - <summary>To be added.</summary> |
855 |
| - <value>To be added.</value> |
856 |
| - <remarks>To be added.</remarks> |
| 858 | + <summary>Determines if the application configuration file comes from a non-local URI (that is, <c>http://</c>) or is a local file.</summary> |
| 859 | + <value> |
| 860 | + <see langword="true" /> if the delegated host's sections belong to <c>System.Net</c> and the configuration file for the application is downloaded via HTTP using <see cref="T:System.Net.WebClient" />; otherwise, <see langword="false" />.</value> |
| 861 | + <remarks>To be added.</remarks> |
| 862 | + <forInternalUseOnly /> |
857 | 863 | </Docs>
|
858 | 864 | </Member>
|
859 | 865 | <Member MemberName="IsConfigRecordRequired">
|
|
1548 | 1554 | </ReturnValue>
|
1549 | 1555 | <Parameters />
|
1550 | 1556 | <Docs>
|
1551 |
| - <summary>To be added.</summary> |
1552 |
| - <remarks>To be added.</remarks> |
| 1557 | + <summary>Invokes the delegated host's method that refreshes configuration paths.</summary> |
| 1558 | + <remarks>To be added.</remarks> |
| 1559 | + <forInternalUseOnly /> |
1553 | 1560 | </Docs>
|
1554 | 1561 | </Member>
|
1555 | 1562 | <Member MemberName="RequireCompleteInit">
|
|
0 commit comments