Skip to content

Commit d92deed

Browse files
authored
Remove MSDN library references - 3 (dotnet#5230)
1 parent cac5473 commit d92deed

File tree

14 files changed

+32
-36
lines changed

14 files changed

+32
-36
lines changed

xml/System.EnterpriseServices/PartitionOption.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
<remarks>
3030
<format type="text/markdown"><![CDATA[
3131
32-
## Remarks
33-
For information on partitions, see "COM+ Partitions" in the COM+ (Component Services) section in the Platform SDK documentation in the MSDN Library.
32+
## Remarks
33+
34+
For information on partitions, see [COM+ Partitions](/windows/win32/cossdk/com--partitions).
3435
3536
]]></format>
3637
</remarks>

xml/System.Management.Instrumentation/WmiConfigurationAttribute.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
<format type="text/markdown"><![CDATA[
229229
230230
## Remarks
231-
For more information, see the "Provider Hosting and Security" topic in the MSDN library online at [http://www.msdn.com](https://www.msdn.com/).
231+
For more information, see [Provider Hosting and Security](/windows/win32/wmisdk/provider-hosting-and-security).
232232
233233
234234
@@ -276,7 +276,7 @@
276276
<format type="text/markdown"><![CDATA[
277277
278278
## Remarks
279-
For more information about how to represent security descriptors in SDDL format, see the [Security Descriptor String Format](https://go.microsoft.com/fwlink/?LinkId=100763) topic in the MSDN library online.
279+
For more information about how to represent security descriptors in SDDL format, see [Security Descriptor String Format](/windows/win32/secauthz/security-descriptor-string-format).
280280
281281
282282

xml/System.Messaging/HashAlgorithm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
3232
To authenticate messages, the Message Queuing run-time DLL on the source computer uses a hashing algorithm when creating a digital signature for a message. The target Queue Manager then uses the same hashing algorithm to authenticate the message when it is received.
3333
34-
For more information about the authentication process, see the Message Queuing authentication topics in the MSDN Library.
34+
For more information about the authentication process, see [How Message Queuing Authenticates Messages](/previous-versions/windows/desktop/legacy/ms706312(v=vs.85)).
3535
3636
]]></format>
3737
</remarks>

xml/System.Net.NetworkInformation/IPGlobalProperties.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@
3939
## Remarks
4040
This class provides configuration and statistical information about the local computer's network interfaces and network connections.
4141
42-
The information provided by this class is similar to that provided by the Internet Protocol Helper API functions. For information about the Internet Protocol Helper, see the documentation in the MSDN Library.
43-
44-
42+
The information provided by this class is similar to that provided by the Internet Protocol Helper API functions. For information about the Internet Protocol Helper, see [IP Helper](/windows/win32/iphlp/ip-helper-start-page).
4543
4644
## Examples
4745
The following code example displays information about the local computer using an instance of this class.

xml/System.Net.Sockets/Socket.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4727,13 +4727,13 @@ This method populates the <xref:System.Net.Sockets.Socket> instance with data ga
47274727
<format type="text/markdown"><![CDATA[
47284728

47294729
## Remarks
4730-
<xref:System.Net.Sockets.Socket.EndDisconnect%2A> completes a call to <xref:System.Net.Sockets.Socket.BeginDisconnect%2A>. The <xref:System.Net.Sockets.Socket.EndDisconnect%2A> method blocks until the disconnect completes. For information about asynchronous operations, see the Asynchronous Programming Overview topic in the MSDN library.
4730+
<xref:System.Net.Sockets.Socket.EndDisconnect%2A> completes a call to <xref:System.Net.Sockets.Socket.BeginDisconnect%2A>. The <xref:System.Net.Sockets.Socket.EndDisconnect%2A> method blocks until the disconnect completes. For information about asynchronous operations, see [Asynchronous Programming Model (APM)](/dotnet/standard/asynchronous-programming-patterns/asynchronous-programming-model-apm).
47314731

47324732
> [!NOTE]
47334733
> If you receive a <xref:System.Net.Sockets.SocketException>, use the <xref:System.Net.Sockets.SocketException.ErrorCode%2A?displayProperty=nameWithType> property to obtain the specific error code. After you have obtained this code, refer to the [Windows Sockets version 2 API error code](/windows/desktop/winsock/windows-sockets-error-codes-2) documentation for a detailed description of the error.
47344734

47354735
> [!NOTE]
4736-
> This member outputs trace information when you enable network tracing in your application. For more information, see [Network Tracing in the .NET Framework](/dotnet/framework/network-programming/network-tracing).
4736+
> This member outputs trace information when you enable network tracing in your application. For more information, see [Network Tracing in .NET Framework](/dotnet/framework/network-programming/network-tracing).
47374737

47384738

47394739

xml/System.Security.Cryptography.X509Certificates/X509Store.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,7 @@
190190
<format type="text/markdown"><![CDATA[
191191
192192
## Remarks
193-
Use this constructor to provide compatibility with the unmanaged Microsoft Cryptographic API (CAPI).
194-
195-
For more information about the `HCERTSTORE` handle, see the unmanaged CAPI documentation in the Platform SDK section of the [MSDN Library](https://go.microsoft.com/fwlink/?linkid=37118).
193+
Use this constructor to provide compatibility with the unmanaged [Microsoft Cryptographic API (CAPI)](/windows/win32/seccrypto/cryptography-reference).
196194
197195
]]></format>
198196
</remarks>
@@ -1252,9 +1250,7 @@
12521250
<format type="text/markdown"><![CDATA[
12531251
12541252
## Remarks
1255-
Use the <xref:System.Security.Cryptography.X509Certificates.X509Store.StoreHandle%2A> property to provide compatibility with the unmanaged Microsoft Cryptographic API (CAPI).
1256-
1257-
For more information about the `HCERTSTORE` handle, see the unmanaged CAPI documentation in the Platform SDK section of the [MSDN Library](https://go.microsoft.com/fwlink/?linkid=37118).
1253+
Use the <xref:System.Security.Cryptography.X509Certificates.X509Store.StoreHandle%2A> property to provide compatibility with the unmanaged [Microsoft Cryptographic API (CAPI)](/windows/win32/seccrypto/cryptography-reference).
12581254
12591255
]]></format>
12601256
</remarks>

xml/System.Security.Cryptography/CspParameters.xml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
182182
- To specify a provider compatible with the <xref:System.Security.Cryptography.DSA> algorithm, pass a value of `13` to the `dwTypeIn` parameter.
183183
184-
For information about other provider type values, see the <xref:System.Security.Cryptography.CspParameters.ProviderType> field. For more information about the default provider types and their behaviors, see the Microsoft Cryptography API (CAPI) documentation in the MSDN library.
184+
For information about other provider type values, see the <xref:System.Security.Cryptography.CspParameters.ProviderType> field. For more information about the default provider types and their behaviors, see the [Microsoft Cryptography API (CAPI) documentation](/windows/win32/seccrypto/cryptography-reference).
185185
186186
187187
@@ -245,7 +245,7 @@
245245
246246
- To specify a provider compatible with the <xref:System.Security.Cryptography.DSA> algorithm, pass a value of `13` to the `dwTypeIn` parameter.
247247
248-
For information about other provider type values, see the <xref:System.Security.Cryptography.CspParameters.ProviderType> field. For more information about the default provider types and their behaviors, see the Microsoft Cryptography API (CAPI) documentation in the MSDN library.
248+
For information about other provider type values, see the <xref:System.Security.Cryptography.CspParameters.ProviderType> field. For more information about the default provider types and their behaviors, see the [Microsoft Cryptography API (CAPI) documentation](/windows/win32/seccrypto/cryptography-reference).
249249
250250
251251
@@ -313,7 +313,7 @@
313313
314314
- To specify a provider compatible with the <xref:System.Security.Cryptography.DSA> algorithm, pass a value of `13` to the `dwTypeIn` parameter.
315315
316-
For information about other provider type values, see the <xref:System.Security.Cryptography.CspParameters.ProviderType> field. For more information about the default provider types and their behaviors, see the Microsoft Cryptography API (CAPI) documentation in the MSDN library.
316+
For information about other provider type values, see the <xref:System.Security.Cryptography.CspParameters.ProviderType> field. For more information about the default provider types and their behaviors, see the [Microsoft Cryptography API (CAPI) documentation](/windows/win32/seccrypto/cryptography-reference).
317317
318318
]]></format>
319319
</remarks>
@@ -366,7 +366,7 @@
366366
367367
- To specify a provider compatible with the <xref:System.Security.Cryptography.DSA> algorithm, pass a value of `13` to the `dwTypeIn` parameter.
368368
369-
For information about other provider type values, see the <xref:System.Security.Cryptography.CspParameters.ProviderType> field. For more information about the default provider types and their behaviors, see the Microsoft Cryptography API (CAPI) documentation in the MSDN library.
369+
For information about other provider type values, see the <xref:System.Security.Cryptography.CspParameters.ProviderType> field. For more information about the default provider types and their behaviors, see the [Microsoft Cryptography API (CAPI) documentation](/windows/win32/seccrypto/cryptography-reference).
370370
371371
]]></format>
372372
</remarks>
@@ -418,7 +418,7 @@
418418
419419
- To specify a provider compatible with the <xref:System.Security.Cryptography.DSA> algorithm, pass a value of `13` to the `dwTypeIn` parameter.
420420
421-
For information about other provider type values, see the <xref:System.Security.Cryptography.CspParameters.ProviderType> field. For more information about the default provider types and their behaviors, see the Microsoft Cryptography API (CAPI) documentation in the MSDN library.
421+
For information about other provider type values, see the <xref:System.Security.Cryptography.CspParameters.ProviderType> field. For more information about the default provider types and their behaviors, see the [Microsoft Cryptography API (CAPI) documentation](/windows/win32/seccrypto/cryptography-reference).
422422
423423
]]></format>
424424
</remarks>
@@ -742,8 +742,9 @@
742742
<remarks>
743743
<format type="text/markdown"><![CDATA[
744744
745-
## Remarks
746-
See the Microsoft Cryptography API (CAPI) documentation in the MSDN library for details on provider names.
745+
## Remarks
746+
747+
For details on provider names, see the [Microsoft Cryptography API (CAPI) documentation](/windows/win32/seccrypto/cryptography-reference).
747748
748749
]]></format>
749750
</remarks>
@@ -816,7 +817,7 @@
816817
|`PROV_REPLACE_OWF`|23|
817818
|`PROV_RSA_AES`|24|
818819
819-
For more information about the default provider types and their behaviors, see the Microsoft Cryptography API (CAPI) documentation in the MSDN library.
820+
For more information about the default provider types and their behaviors, see the [Microsoft Cryptography API (CAPI) documentation](/windows/win32/seccrypto/cryptography-reference).
820821
821822
]]></format>
822823
</remarks>

xml/System.Windows.Forms/AccessibleEvents.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
This enumeration is used by <xref:System.Windows.Forms.AccessibleObject> and <xref:System.Windows.Forms.Control>.
2727
28-
For more information about the accessibility application, search for "Microsoft Active Accessibility" in the MSDN Library.
28+
For more information, see [Microsoft Active Accessibility](/windows/win32/winauto/microsoft-active-accessibility).
2929
3030
3131

xml/System.Windows.Forms/AccessibleNavigation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
<xref:System.Windows.Forms.AccessibleObject> uses this enumeration.
2727
28-
For more information about the accessibility application, search for the "Microsoft Active Accessibility" topic in the MSDN library.
28+
For more information, see [Microsoft Active Accessibility](/windows/win32/winauto/microsoft-active-accessibility).
2929
3030
3131

xml/System.Windows.Forms/AxHost+State.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
## Remarks
3939
The <xref:System.Windows.Forms.AxHost.State> can be retrieved using the <xref:System.Windows.Forms.AxHost.OcxState%2A?displayProperty=nameWithType> property, or by reading the control's state from a data stream.
4040
41-
For more information, see the documentation for `IPersistStream` and `IPersistPropertyBag` in the MSDN library. `IPersistStream` can be found in the interface reference section of the COM SDK documentation, and `IPersistPropertyBag` can be found in the COM Fundamentals interface reference section of the COM SDK documentation.
41+
For more information, see [IPersistStream interface](/windows/win32/api/objidl/nn-objidl-ipersiststream) and [IPersistPropertyBag interface](/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa768205(v=vs.85)).
4242
4343
]]></format>
4444
</remarks>

0 commit comments

Comments
 (0)