You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade links to https and fix msdn link captions (#3420)
* Upgrade go.microsoft.com links to https
Contributes to #1200
* Upgrade rfc-editor.org link to https
Contributes to #1200
* Upgrade go2.microsoft.com links to https
Contributes to #1200
* Fix msdn.microsoft.com link names to be https
The msdn.microsoft.com links have been changed to https, but the link
names have not been adjusted accordingly.
This change corrects that. With this change the link name matches the
href again.
Contributes to #1200
<AttributeName>System.Obsolete("CAS policy is obsolete and will be removed in a future release of the .NET Framework. Please see http://go2.microsoft.com/fwlink/?LinkId=131738 for more information.")</AttributeName>
396
+
<AttributeName>System.Obsolete("CAS policy is obsolete and will be removed in a future release of the .NET Framework. Please see https://go2.microsoft.com/fwlink/?LinkId=131738 for more information.")</AttributeName>
<AttributeName>System.Obsolete("CAS policy is obsolete and will be removed in a future release of the .NET Framework. Please see http://go2.microsoft.com/fwlink/?LinkId=131738 for more information.")</AttributeName>
207
+
<AttributeName>System.Obsolete("CAS policy is obsolete and will be removed in a future release of the .NET Framework. Please see https://go2.microsoft.com/fwlink/?LinkId=131738 for more information.")</AttributeName>
Copy file name to clipboardExpand all lines: xml/System.ComponentModel/Win32Exception.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@
47
47
<formattype="text/markdown"><.
50
+
Win32 error codes are translated from their numeric representations into a system message when they are displayed. Use <xref:System.ComponentModel.Win32Exception.NativeErrorCode%2A> to access the numeric representation of the error code associated with this exception. For more information about the error codes, see "Win32 Error Codes" in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/).
Copy file name to clipboardExpand all lines: xml/System.Diagnostics/EventInstance.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
38
38
Create the new event source during the installation of your application. This allows time for the operating system to refresh its list of registered event sources and their configurations. If the operating system has not refreshed its list of event sources, and you attempt to write an event with the new source, the write operation will fail. You can configure a new source using an <xref:System.Diagnostics.EventLogInstaller>, or using the <xref:System.Diagnostics.EventLog.CreateEventSource%2A> method. You must have administrative rights on the computer to create a new event source.
39
39
40
-
For details about defining event messages and building event log resource files, see the "Message Compiler" topic in the Platform SDK documentation at [http://msdn.microsoft.com](https://msdn.microsoft.com).
40
+
For details about defining event messages and building event log resource files, see the "Message Compiler" topic in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com).
41
41
42
42
43
43
@@ -565,7 +565,7 @@ SVC_UPDATE.EXE
565
565
566
566
Event categories are optional. If your application does not use categories, do not set the <xref:System.Diagnostics.EventInstance.CategoryId%2A> for the event log entry.
567
567
568
-
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [http://msdn.microsoft.com](https://msdn.microsoft.com/). For details about defining event categories in resource files, see the "Event Categories" topic in the Platform SDK
568
+
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/). For details about defining event categories in resource files, see the "Event Categories" topic in the Platform SDK
569
569
570
570
571
571
@@ -898,7 +898,7 @@ SVC_UPDATE.EXE
898
898
## Remarks
899
899
The <xref:System.Diagnostics.EventInstance.InstanceId%2A> property uniquely identifies an event entry for a configured event source. For events defined in message resource files, the <xref:System.Diagnostics.EventInstance.InstanceId%2A> corresponds to the resource identifier compiled from the message definition fields in the message text file. Your application can write localized event log entries by setting the <xref:System.Diagnostics.EventInstance.InstanceId%2A> to a resource identifier. The Event Viewer uses the <xref:System.Diagnostics.EventInstance.InstanceId%2A> resource identifier to find and display the corresponding string from the localized resource file based on current language settings. You must register the source with the corresponding resource file before you write events using resource identifiers.
900
900
901
-
For details about defining event messages and building event log resource files, see the "Message Compiler" topic in the Platform SDK documentation at [http://msdn.microsoft.com](https://msdn.microsoft.com/). For details about event log identifiers, see the "Event Identifiers" topic in the Platform SDK.
901
+
For details about defining event messages and building event log resource files, see the "Message Compiler" topic in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/). For details about event log identifiers, see the "Event Identifiers" topic in the Platform SDK.
Copy file name to clipboardExpand all lines: xml/System.Diagnostics/EventLogEntry.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -433,7 +433,7 @@
433
433
434
434
If the application wrote the event entry using one of the <xref:System.Diagnostics.EventLog.WriteEntry%2A> methods, the <xref:System.Diagnostics.EventLogEntry.InstanceId%2A> property matches the optional `eventId` parameter. If the application wrote the event using <xref:System.Diagnostics.EventLog.WriteEvent%2A>, the <xref:System.Diagnostics.EventLogEntry.InstanceId%2A> property matches the resource identifier specified in the <xref:System.Diagnostics.EventInstance.InstanceId%2A> of the `instance` parameter. If the application wrote the event using the Windows API `ReportEvent`, the <xref:System.Diagnostics.EventLogEntry.InstanceId%2A> property matches the resource identifier specified in the `dwEventID` parameter.
435
435
436
-
For details about defining event messages and building event log resource files, see the "Message Compiler" topic in the Platform SDK documentation at [http://msdn.microsoft.com](https://msdn.microsoft.com/). For details about event log identifiers, see the "Event Identifiers" topic in the Platform SDK.
436
+
For details about defining event messages and building event log resource files, see the "Message Compiler" topic in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/). For details about event log identifiers, see the "Event Identifiers" topic in the Platform SDK.
Copy file name to clipboardExpand all lines: xml/System.Diagnostics/EventLogInstaller.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@
117
117
118
118
Event categories are optional; if your application does not use categories, do not set the <xref:System.Diagnostics.EventLogInstaller.CategoryCount%2A> and <xref:System.Diagnostics.EventLogInstaller.CategoryResourceFile%2A> properties.
119
119
120
-
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [http://msdn.microsoft.com](https://msdn.microsoft.com/).
120
+
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/).
121
121
122
122
123
123
@@ -292,7 +292,7 @@ SVC_UPDATE.EXE
292
292
293
293
Event categories are optional; if your application does not use categories, do not set the <xref:System.Diagnostics.EventLogInstaller.CategoryCount%2A> and <xref:System.Diagnostics.EventLogInstaller.CategoryResourceFile%2A> properties.
294
294
295
-
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [http://msdn.microsoft.com](https://msdn.microsoft.com/).
295
+
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/).
296
296
297
297
298
298
@@ -645,7 +645,7 @@ SVC_UPDATE.EXE
645
645
646
646
If the <xref:System.Diagnostics.EventLog.MachineName%2A> property is not the local computer identifier ("."), the .NET Framework assumes that the resource file is on a remote computer. If the <xref:System.Diagnostics.EventLogInstaller.MessageResourceFile%2A> property value contains a drive letter, the resource file is assumed to be on the \\\\<machinename\>\\<drive\>$ share (for example, \\\server\c$). If the value contains the string %systemroot%, the resource file is assumed to be on the \\\\<machinename\>\admin$ share (for example, \\\server\admin$).
647
647
648
-
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [http://msdn.microsoft.com](https://msdn.microsoft.com/).
648
+
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/).
649
649
650
650
651
651
@@ -845,7 +845,7 @@ TRIGGER.EXE
845
845
846
846
If your application writes event message strings directly to the event log, or if your <xref:System.Diagnostics.EventLogInstaller.MessageResourceFile%2A> does not contain messages with parameter insertion placeholders, do not set the <xref:System.Diagnostics.EventLogInstaller.ParameterResourceFile%2A> property.
847
847
848
-
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [http://msdn.microsoft.com](https://msdn.microsoft.com/).
848
+
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/).
Copy file name to clipboardExpand all lines: xml/System.Diagnostics/EventSourceCreationData.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ SVC_UPDATE.EXE
275
275
276
276
Event categories are optional; if your application does not use categories, do not set the <xref:System.Diagnostics.EventSourceCreationData.CategoryCount%2A> and <xref:System.Diagnostics.EventSourceCreationData.CategoryResourceFile%2A> properties.
277
277
278
-
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [http://msdn.microsoft.com](https://msdn.microsoft.com/).
278
+
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/).
279
279
280
280
281
281
@@ -448,7 +448,7 @@ SVC_UPDATE.EXE
448
448
449
449
Event categories are optional; if your application does not use categories, do not set the <xref:System.Diagnostics.EventSourceCreationData.CategoryCount%2A> and <xref:System.Diagnostics.EventSourceCreationData.CategoryResourceFile%2A> properties.
450
450
451
-
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [http://msdn.microsoft.com](https://msdn.microsoft.com/).
451
+
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/).
452
452
453
453
454
454
@@ -742,7 +742,7 @@ SVC_UPDATE.EXE
742
742
743
743
If your application writes event message strings directly, rather than using a resource identifier in a localized resource file, do not set the <xref:System.Diagnostics.EventSourceCreationData.MessageResourceFile%2A> property.
744
744
745
-
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [http://msdn.microsoft.com](https://msdn.microsoft.com/).
745
+
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/).
746
746
747
747
748
748
@@ -939,7 +939,7 @@ TRIGGER.EXE
939
939
940
940
If your application writes event message strings directly to the event log, or if your <xref:System.Diagnostics.EventSourceCreationData.MessageResourceFile%2A> property does not contain messages with parameter insertion placeholders, do not set the <xref:System.Diagnostics.EventSourceCreationData.ParameterResourceFile%2A> property.
941
941
942
-
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [http://msdn.microsoft.com](https://msdn.microsoft.com/).
942
+
For details about defining event messages and building event resource files, see the "Message Compiler" topic in the Platform SDK documentation at [https://msdn.microsoft.com](https://msdn.microsoft.com/).
Copy file name to clipboardExpand all lines: xml/System.DirectoryServices.ActiveDirectory/ActiveDirectorySchemaClass.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -396,8 +396,8 @@
396
396
<ReturnType>System.String</ReturnType>
397
397
</ReturnValue>
398
398
<Docs>
399
-
<summary>Gets the ldapDisplayName of the <seecref="T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass" /> object. For more information, see the topic [LDAP-Display-Name](https://msdn.microsoft.com/library/default.asp?url=/library/adschema/adschema/a_ldapdisplayname.asp) in the MSDN Library at [http://msdn.microsoft.com](https://msdn.microsoft.com/).</summary>
400
-
<value>A <seecref="T:System.String" /> that contains the ldapDisplayName of the <seecref="T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass" /> object. For more information, see the topic [LDAP-Display-Name](https://msdn.microsoft.com/library/default.asp?url=/library/adschema/adschema/a_ldapdisplayname.asp) in the MSDN Library at [http://msdn.microsoft.com](https://msdn.microsoft.com/).</value>
399
+
<summary>Gets the ldapDisplayName of the <seecref="T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass" /> object. For more information, see the topic [LDAP-Display-Name](https://msdn.microsoft.com/library/default.asp?url=/library/adschema/adschema/a_ldapdisplayname.asp) in the MSDN Library at [https://msdn.microsoft.com](https://msdn.microsoft.com/).</summary>
400
+
<value>A <seecref="T:System.String" /> that contains the ldapDisplayName of the <seecref="T:System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaClass" /> object. For more information, see the topic [LDAP-Display-Name](https://msdn.microsoft.com/library/default.asp?url=/library/adschema/adschema/a_ldapdisplayname.asp) in the MSDN Library at [https://msdn.microsoft.com](https://msdn.microsoft.com/).</value>
Copy file name to clipboardExpand all lines: xml/System.DirectoryServices/ActiveDirectoryRights.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@
157
157
</ReturnValue>
158
158
<MemberValue>256</MemberValue>
159
159
<Docs>
160
-
<summary>A customized control access right. For a list of possible extended rights, see the topic "Extended Rights" in the MSDN Library at [http://msdn.microsoft.com](https://msdn.microsoft.com/). For more information about extended rights, see the topic "Control Access Rights" in the MSDN Library at [http://msdn.microsoft.com](https://msdn.microsoft.com/).</summary>
160
+
<summary>A customized control access right. For a list of possible extended rights, see the topic "Extended Rights" in the MSDN Library at [https://msdn.microsoft.com](https://msdn.microsoft.com/). For more information about extended rights, see the topic "Control Access Rights" in the MSDN Library at [https://msdn.microsoft.com](https://msdn.microsoft.com/).</summary>
161
161
</Docs>
162
162
</Member>
163
163
<MemberMemberName="GenericAll">
@@ -267,7 +267,7 @@
267
267
</ReturnValue>
268
268
<MemberValue>4</MemberValue>
269
269
<Docs>
270
-
<summary>The right to list children of this object. For more information about this right, see the topic "Controlling Object Visibility" in the MSDN Library [http://msdn.microsoft.com/library](https://msdn.microsoft.com/library).</summary>
270
+
<summary>The right to list children of this object. For more information about this right, see the topic "Controlling Object Visibility" in the MSDN Library [https://msdn.microsoft.com/library](https://msdn.microsoft.com/library).</summary>
271
271
</Docs>
272
272
</Member>
273
273
<MemberMemberName="ListObject">
@@ -289,7 +289,7 @@
289
289
</ReturnValue>
290
290
<MemberValue>128</MemberValue>
291
291
<Docs>
292
-
<summary>The right to list a particular object. For more information about this right, see the topic "Controlling Object Visibility" in the MSDN Library at [http://msdn.microsoft.com/library](https://msdn.microsoft.com/library).</summary>
292
+
<summary>The right to list a particular object. For more information about this right, see the topic "Controlling Object Visibility" in the MSDN Library at [https://msdn.microsoft.com/library](https://msdn.microsoft.com/library).</summary>
<summary>Specifies that ADSI will not attempt to query the Active Directory Domain Services objectClass property. Therefore, only the base interfaces that are supported by all ADSI objects will be exposed. Other interfaces that the object supports will not be available. A user can use this option to boost the performance in a series of object manipulations that involve only methods of the base interfaces. However, ADSI does not verify if any of the request objects actually exist on the server. For more information, see the topic "Fast Binding Option for Batch Write/Modify Operations" in the MSDN Library at [http://msdn.microsoft.com/library](https://msdn.microsoft.com/library). For more information about the objectClass property, see the "Object-Class" topic in the MSDN Library at [http://msdn.microsoft.com/library](https://msdn.microsoft.com/library).</summary>
139
+
<summary>Specifies that ADSI will not attempt to query the Active Directory Domain Services objectClass property. Therefore, only the base interfaces that are supported by all ADSI objects will be exposed. Other interfaces that the object supports will not be available. A user can use this option to boost the performance in a series of object manipulations that involve only methods of the base interfaces. However, ADSI does not verify if any of the request objects actually exist on the server. For more information, see the topic "Fast Binding Option for Batch Write/Modify Operations" in the MSDN Library at [https://msdn.microsoft.com/library](https://msdn.microsoft.com/library). For more information about the objectClass property, see the "Object-Class" topic in the MSDN Library at [https://msdn.microsoft.com/library](https://msdn.microsoft.com/library).</summary>
0 commit comments