From 104811b74d36feeefde242c47e0cee496e046bbd Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Mon, 28 Apr 2025 07:59:30 -0700
Subject: [PATCH 1/4] Clarify that schema URIs aren't hyperlinks (#11249)
---
xml/System.Security.Claims/ClaimTypes.xml | 626 ++++++++++++++----
.../ClaimValueTypes.xml | 54 +-
2 files changed, 531 insertions(+), 149 deletions(-)
diff --git a/xml/System.Security.Claims/ClaimTypes.xml b/xml/System.Security.Claims/ClaimTypes.xml
index e67fd585ad5..a81dce1b3f4 100644
--- a/xml/System.Security.Claims/ClaimTypes.xml
+++ b/xml/System.Security.Claims/ClaimTypes.xml
@@ -54,12 +54,16 @@
Defines constants for the well-known claim types that can be assigned to a subject. This class cannot be inherited.
-
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
@@ -99,8 +103,15 @@
System.String
- The URI for a claim that specifies the actor, http://schemas.xmlsoap.org/ws/2009/09/identity/claims/actor.
- To be added.
+ Specifies the URI for an actor claim; http://schemas.xmlsoap.org/ws/2009/09/identity/claims/actor.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -139,8 +150,15 @@
System.String
- The URI for a claim that specifies the anonymous user; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/anonymous.
- To be added.
+ Specifies the URI for a claim that indicates the anonymous user; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/anonymous.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -179,8 +197,15 @@
System.String
- The URI for a claim that specifies details about whether an identity is authenticated, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/authenticated.
- To be added.
+ Specifies the URI for a claim that contains details about whether an identity is authenticated; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/authenticated.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -219,8 +244,15 @@
System.String
- The URI for a claim that specifies the instant at which an entity was authenticated; http://schemas.microsoft.com/ws/2008/06/identity/claims/authenticationinstant.
- To be added.
+ Specifies the URI for a claim that indicates the instant at which an entity was authenticated; http://schemas.microsoft.com/ws/2008/06/identity/claims/authenticationinstant.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -259,8 +291,15 @@
System.String
- The URI for a claim that specifies the method with which an entity was authenticated; http://schemas.microsoft.com/ws/2008/06/identity/claims/authenticationmethod.
- To be added.
+ Specifies the URI for a claim that indicates the method with which an entity was authenticated; http://schemas.microsoft.com/ws/2008/06/identity/claims/authenticationmethod.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -299,8 +338,15 @@
System.String
- The URI for a claim that specifies an authorization decision on an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/authorizationdecision.
- To be added.
+ Specifies the URI for a claim that indicates the authorization decision on an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/authorizationdecision.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -339,8 +385,15 @@
System.String
- The URI for a claim that specifies the cookie path; http://schemas.microsoft.com/ws/2008/06/identity/claims/cookiepath.
- To be added.
+ Specifies the URI for a cookie path claim; http://schemas.microsoft.com/ws/2008/06/identity/claims/cookiepath.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -379,8 +432,15 @@
System.String
- The URI for a claim that specifies the country/region in which an entity resides, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/country.
- To be added.
+ Specifies the URI for a claim that indicates the country or region in which an entity resides; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/country.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -419,8 +479,15 @@
System.String
- The URI for a claim that specifies the date of birth of an entity, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dateofbirth.
- To be added.
+ Specifies the URI for a claim that indicates the date of birth of an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dateofbirth.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -459,8 +526,17 @@
System.String
- The URI for a claim that specifies the deny-only primary group SID on an entity; http://schemas.microsoft.com/ws/2008/06/identity/claims/denyonlyprimarygroupsid. A deny-only SID denies the specified entity to a securable object.
- To be added.
+ Specifies the URI for a claim that indicates the deny-only primary group SID on an entity; http://schemas.microsoft.com/ws/2008/06/identity/claims/denyonlyprimarygroupsid.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -499,8 +575,17 @@
System.String
- The URI for a claim that specifies the deny-only primary SID on an entity; http://schemas.microsoft.com/ws/2008/06/identity/claims/denyonlyprimarysid. A deny-only SID denies the specified entity to a securable object.
- To be added.
+ Specifies the URI for a claim that indicates the deny-only primary SID on an entity; http://schemas.microsoft.com/ws/2008/06/identity/claims/denyonlyprimarysid.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -539,8 +624,17 @@
System.String
- The URI for a claim that specifies a deny-only security identifier (SID) for an entity, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/denyonlysid. A deny-only SID denies the specified entity to a securable object.
- To be added.
+ Specifies the URI for a claim that indicates a deny-only security identifier (SID) for an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/denyonlysid.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -579,8 +673,15 @@
System.String
- The URI for a claim that specifies the Windows deny-only group SID of the device, http://schemas.microsoft.com/ws/2008/06/identity/claims/denyonlywindowsdevicegroup.
- To be added.
+ Specifies the URI for a claim that indicates the Windows deny-only group SID of a device; http://schemas.microsoft.com/ws/2008/06/identity/claims/denyonlywindowsdevicegroup.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -619,8 +720,15 @@
System.String
- The URI for a claim that specifies the DNS name associated with the computer name or with the alternative name of either the subject or issuer of an X.509 certificate, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dns.
- To be added.
+ Specifies the URI for a claim that indicates the DNS name associated with the computer name or with the alternative name of either the subject or issuer of an X.509 certificate; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dns.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -659,9 +767,15 @@
System.String
-
- http://schemas.microsoft.com/ws/2008/06/identity/claims/dsa.
- To be added.
+ Specifies the URI for a digital signature algorithm (DSA) claim; http://schemas.microsoft.com/ws/2008/06/identity/claims/dsa.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -700,8 +814,15 @@
System.String
- The URI for a claim that specifies the email address of an entity, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress.
- To be added.
+ Specifies the URI for a claim that indicates the email address of an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -740,9 +861,15 @@
System.String
-
- http://schemas.microsoft.com/ws/2008/06/identity/claims/expiration.
- To be added.
+ Specifies the URI for an expiration claim; http://schemas.microsoft.com/ws/2008/06/identity/claims/expiration.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -781,9 +908,15 @@
System.String
-
- http://schemas.microsoft.com/ws/2008/06/identity/claims/expired.
- To be added.
+ Specifies the URI for a claim that indicates the expired status of an entity; http://schemas.microsoft.com/ws/2008/06/identity/claims/expired.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -822,8 +955,15 @@
System.String
- The URI for a claim that specifies the gender of an entity, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/gender.
- To be added.
+ Specifies the URI for a claim that indicates the gender of an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/gender.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -862,8 +1002,15 @@
System.String
- The URI for a claim that specifies the given name of an entity, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname.
- To be added.
+ Specifies the URI for a claim that indicates the given name of an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -902,8 +1049,15 @@
System.String
- The URI for a claim that specifies the SID for the group of an entity, http://schemas.microsoft.com/ws/2008/06/identity/claims/groupsid.
- To be added.
+ Specifies the URI for a claim that indicates the SID for the group of an entity; http://schemas.microsoft.com/ws/2008/06/identity/claims/groupsid.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -942,8 +1096,15 @@
System.String
- The URI for a claim that specifies a hash value, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/hash.
- To be added.
+ Specifies the URI for a hash value claim; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/hash.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -982,8 +1143,15 @@
System.String
- The URI for a claim that specifies the home phone number of an entity, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/homephone.
- To be added.
+ Specifies the URI for a claim that indicates the home phone number of an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/homephone.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1022,9 +1190,15 @@
System.String
-
- http://schemas.microsoft.com/ws/2008/06/identity/claims/ispersistent.
- To be added.
+ Specifies the URI for a persistence claim; http://schemas.microsoft.com/ws/2008/06/identity/claims/ispersistent.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1063,8 +1237,15 @@
System.String
- The URI for a claim that specifies the locale in which an entity resides, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/locality.
- To be added.
+ Specifies the URI for a claim that indicates the locale in which an entity resides; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/locality.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1103,8 +1284,15 @@
System.String
- The URI for a claim that specifies the mobile phone number of an entity, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/mobilephone.
- To be added.
+ Specifies the URI for a claim that indicates the mobile phone number of an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/mobilephone.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1143,8 +1331,15 @@
System.String
- The URI for a claim that specifies the name of an entity, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name.
- To be added.
+ Specifies the URI for a claim that indicates the name of an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1183,8 +1378,15 @@
System.String
- The URI for a claim that specifies the name of an entity, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier.
- To be added.
+ Specifies the URI for a claim that indicates the name identifier of an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1223,8 +1425,15 @@
System.String
- The URI for a claim that specifies the alternative phone number of an entity, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/otherphone.
- To be added.
+ Specifies the URI for a claim that indicates the alternative phone number of an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/otherphone.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1263,8 +1472,15 @@
System.String
- The URI for a claim that specifies the postal code of an entity, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/postalcode.
- To be added.
+ Specifies the URI for a claim that indicates the postal code of an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/postalcode.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1303,8 +1519,15 @@
System.String
- The URI for a claim that specifies the primary group SID of an entity, http://schemas.microsoft.com/ws/2008/06/identity/claims/primarygroupsid.
- To be added.
+ Specifies the URI for a claim that indicates the primary group SID of an entity; http://schemas.microsoft.com/ws/2008/06/identity/claims/primarygroupsid.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1343,8 +1566,15 @@
System.String
- The URI for a claim that specifies the primary SID of an entity, http://schemas.microsoft.com/ws/2008/06/identity/claims/primarysid.
- To be added.
+ Specifies the URI for a claim that indicates the primary SID of an entity; http://schemas.microsoft.com/ws/2008/06/identity/claims/primarysid.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1383,8 +1613,15 @@
System.String
- The URI for a claim that specifies the role of an entity, http://schemas.microsoft.com/ws/2008/06/identity/claims/role.
- To be added.
+ Specifies the URI for a claim that indicates the role of an entity; http://schemas.microsoft.com/ws/2008/06/identity/claims/role.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1423,8 +1660,15 @@
System.String
- The URI for a claim that specifies an RSA key, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/rsa.
- To be added.
+ Specifies the URI for an RSA key claim; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/rsa.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1463,8 +1707,15 @@
System.String
- The URI for a claim that specifies a serial number, http://schemas.microsoft.com/ws/2008/06/identity/claims/serialnumber.
- To be added.
+ Specifies the URI for a serial number claim; http://schemas.microsoft.com/ws/2008/06/identity/claims/serialnumber.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1503,8 +1754,15 @@
System.String
- The URI for a claim that specifies a security identifier (SID), http://schemas.xmlsoap.org/ws/2005/05/identity/claims/sid.
- To be added.
+ Specifies the URI for a security identifier (SID) claim; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/sid.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1543,8 +1801,15 @@
System.String
- The URI for a claim that specifies a service principal name (SPN) claim, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/spn.
- To be added.
+ Specifies the URI for a service principal name (SPN) claim; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/spn.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1583,8 +1848,15 @@
System.String
- The URI for a claim that specifies the state or province in which an entity resides, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/stateorprovince.
- To be added.
+ Specifies the URI for a claim that indicates the state or province in which an entity resides; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/stateorprovince.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1623,8 +1895,15 @@
System.String
- The URI for a claim that specifies the street address of an entity, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/streetaddress.
- To be added.
+ Specifies the URI for a claim that indicates the street address of an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/streetaddress.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1663,8 +1942,15 @@
System.String
- The URI for a claim that specifies the surname of an entity, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname.
- To be added.
+ Specifies the URI for a claim that indicates the surname of an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1703,8 +1989,15 @@
System.String
- The URI for a claim that identifies the system entity, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/system.
- To be added.
+ Specifies the URI for a system entity claim; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/system.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1743,8 +2036,17 @@
System.String
- The URI for a claim that specifies a thumbprint, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/thumbprint. A thumbprint is a globally unique SHA-1 hash of an X.509 certificate.
- To be added.
+ Specifies the URI for a thumbprint claim; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/thumbprint.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1783,8 +2085,15 @@
System.String
- The URI for a claim that specifies a user principal name (UPN), http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn.
- To be added.
+ Specifies the URI for a user principal name (UPN) claim; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1823,8 +2132,15 @@
System.String
- The URI for a claim that specifies a URI, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/uri.
- To be added.
+ Specifies the URI for a URI claim; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/uri.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1863,8 +2179,15 @@
System.String
- The URI for a claim that specifies the user data, http://schemas.microsoft.com/ws/2008/06/identity/claims/userdata.
- To be added.
+ Specifies the URI for a user data claim; http://schemas.microsoft.com/ws/2008/06/identity/claims/userdata.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1903,8 +2226,15 @@
System.String
- The URI for a claim that specifies the version, http://schemas.microsoft.com/ws/2008/06/identity/claims/version.
- To be added.
+ Specifies the URI for a version claim; http://schemas.microsoft.com/ws/2008/06/identity/claims/version.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1943,8 +2273,15 @@
System.String
- The URI for a claim that specifies the webpage of an entity, http://schemas.xmlsoap.org/ws/2005/05/identity/claims/webpage.
- To be added.
+ Specifies the URI for a claim that indicates the webpage of an entity; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/webpage.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -1983,8 +2320,15 @@
System.String
- The URI for a claim that specifies the Windows domain account name of an entity, http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname.
- To be added.
+ Specifies the URI for a claim that indicates the Windows domain account name of an entity; http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -2023,9 +2367,15 @@
System.String
-
- http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsdeviceclaim.
- To be added.
+ Specifies the URI for a Windows device claim; http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsdeviceclaim.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -2064,8 +2414,15 @@
System.String
- The URI for a claim that specifies the Windows group SID of the device, http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsdevicegroup.
- To be added.
+ Specifies the URI for a claim that indicates the Windows group SID of a device; http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsdevicegroup.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -2104,9 +2461,15 @@
System.String
-
- http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsfqbnversion.
- To be added.
+ Specifies the URI for a claim that indicates the version of a fully qualified binary name of a Windows binary file; http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsfqbnversion.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -2145,9 +2508,15 @@
System.String
-
- http://schemas.microsoft.com/ws/2008/06/identity/claims/windowssubauthority.
- To be added.
+ Specifies the URI for a Windows subauthority claim; http://schemas.microsoft.com/ws/2008/06/identity/claims/windowssubauthority.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -2186,9 +2555,15 @@
System.String
-
- http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsuserclaim.
- To be added.
+ Specifies the URI for a Windows user claim; http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsuserclaim.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
@@ -2227,8 +2602,15 @@
System.String
- The URI for an X.500 distinguished name claim, such as the subject of an X.509 Public Key Certificate or an entry identifier in a directory services Directory Information Tree; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/x500distinguishedname.
- To be added.
+ Specifies the URI for an X.500 distinguished name claim, such as the subject of an X.509 Public Key Certificate or an entry identifier in a directory services Directory Information Tree; http://schemas.xmlsoap.org/ws/2005/05/identity/claims/x500distinguishedname.
+
+ [!NOTE]
+> Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
+
+ ]]>
+
diff --git a/xml/System.Security.Claims/ClaimValueTypes.xml b/xml/System.Security.Claims/ClaimValueTypes.xml
index f8b243db9c1..ff259fbdf32 100644
--- a/xml/System.Security.Claims/ClaimValueTypes.xml
+++ b/xml/System.Security.Claims/ClaimValueTypes.xml
@@ -92,7 +92,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -132,7 +132,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -172,7 +172,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -212,7 +212,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -252,7 +252,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -292,7 +292,7 @@
System.String
- A URI that represents the XQuery data type.
+ Specifies a URI that represents the XQuery data type.
To be added.
@@ -332,7 +332,7 @@
System.String
- A URI that represents the SOAP data type.
+ Specifies a URI that represents the SOAP data type.
To be added.
@@ -372,7 +372,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -412,7 +412,7 @@
System.String
- A URI that represents the XML Signature data type.
+ Specifies a URI that represents the XML Signature data type.
To be added.
@@ -452,7 +452,7 @@
System.String
- A URI that represents the SOAP data type.
+ Specifies a URI that represents the SOAP data type.
To be added.
@@ -492,7 +492,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -532,7 +532,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -572,7 +572,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -612,7 +612,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -652,7 +652,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -692,7 +692,7 @@
System.String
- A URI that represents the XML Signature data type.
+ Specifies a URI that represents the XML Signature data type.
To be added.
@@ -732,7 +732,7 @@
System.String
- A URI that represents the XACML 1.0 data type.
+ Specifies a URI that represents the XACML 1.0 data type.
To be added.
@@ -772,7 +772,7 @@
System.String
- A URI that represents the SOAP data type.
+ Specifies a URI that represents the SOAP data type.
To be added.
@@ -812,7 +812,7 @@
System.String
- A URI that represents the XML Signature data type.
+ Specifies a URI that represents the XML Signature data type.
To be added.
@@ -852,7 +852,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -892,7 +892,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -932,7 +932,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -972,7 +972,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -1012,7 +1012,7 @@
System.String
- A URI that represents the XML data type.
+ Specifies a URI that represents the XML data type.
To be added.
@@ -1052,7 +1052,7 @@
System.String
- A URI that represents the SOAP data type.
+ Specifies a URI that represents the SOAP data type.
To be added.
@@ -1092,7 +1092,7 @@
System.String
- A URI that represents the XACML 1.0 data type.
+ Specifies a URI that represents the XACML 1.0 data type.
To be added.
@@ -1132,7 +1132,7 @@
System.String
- A URI that represents the XQuery data type.
+ Specifies a URI that represents the XQuery data type.
To be added.
From 6a6f5c7caf16bee1f52226cbbd09f675b2bcb594 Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Mon, 28 Apr 2025 11:36:57 -0700
Subject: [PATCH 2/4] [UUF] Fix output (#11239)
---
.../cpp/VS_Snippets_CLR/MathSample/CPP/mathsample.cpp | 2 +-
snippets/csharp/System/Math/Overview/mathsample.cs | 2 +-
snippets/fsharp/System/Math/Overview/mathsample.fs | 4 ++--
.../VS_Snippets_CLR/MathSample/VB/Project.vbproj | 8 ++++++++
.../VS_Snippets_CLR/MathSample/VB/mathsample.vb | 2 +-
5 files changed, 13 insertions(+), 5 deletions(-)
create mode 100644 snippets/visualbasic/VS_Snippets_CLR/MathSample/VB/Project.vbproj
diff --git a/snippets/cpp/VS_Snippets_CLR/MathSample/CPP/mathsample.cpp b/snippets/cpp/VS_Snippets_CLR/MathSample/CPP/mathsample.cpp
index 9fbb4302cf0..b71de67675c 100644
--- a/snippets/cpp/VS_Snippets_CLR/MathSample/CPP/mathsample.cpp
+++ b/snippets/cpp/VS_Snippets_CLR/MathSample/CPP/mathsample.cpp
@@ -83,6 +83,6 @@ int main()
double dxD = trpz->GetLeftBaseDegreeAngle();
Console::WriteLine( "Trapezoid left base angle is: {0} Degrees", dxD.ToString() );
double dyD = trpz->GetRightBaseDegreeAngle();
- Console::WriteLine( "Trapezoid left base angle is: {0} Degrees", dyD.ToString() );
+ Console::WriteLine( "Trapezoid right base angle is: {0} Degrees", dyD.ToString() );
}
//
diff --git a/snippets/csharp/System/Math/Overview/mathsample.cs b/snippets/csharp/System/Math/Overview/mathsample.cs
index 29eda1a4455..b8fdb53179e 100644
--- a/snippets/csharp/System/Math/Overview/mathsample.cs
+++ b/snippets/csharp/System/Math/Overview/mathsample.cs
@@ -75,7 +75,7 @@ static void Main(string[] args)
double dxD = trpz.GetLeftBaseDegreeAngle();
Console.WriteLine("Trapezoid left base angle is: " + dxD.ToString() + " Degrees");
double dyD = trpz.GetRightBaseDegreeAngle();
- Console.WriteLine("Trapezoid left base angle is: " + dyD.ToString() + " Degrees");
+ Console.WriteLine("Trapezoid right base angle is: " + dyD.ToString() + " Degrees");
}
}
}
diff --git a/snippets/fsharp/System/Math/Overview/mathsample.fs b/snippets/fsharp/System/Math/Overview/mathsample.fs
index fff3c13d9de..6c2a46d1ac1 100644
--- a/snippets/fsharp/System/Math/Overview/mathsample.fs
+++ b/snippets/fsharp/System/Math/Overview/mathsample.fs
@@ -41,5 +41,5 @@ printfn $"Trapezoid right base angle is: {dyR} Radians"
let dxD = trpz.GetLeftBaseDegreeAngle()
printfn $"Trapezoid left base angle is: {dxD} Degrees"
let dyD = trpz.GetRightBaseDegreeAngle()
-printfn $"Trapezoid left base angle is: {dyD} Degrees"
-//
\ No newline at end of file
+printfn $"Trapezoid right base angle is: {dyD} Degrees"
+//
diff --git a/snippets/visualbasic/VS_Snippets_CLR/MathSample/VB/Project.vbproj b/snippets/visualbasic/VS_Snippets_CLR/MathSample/VB/Project.vbproj
new file mode 100644
index 00000000000..92e46ddaccf
--- /dev/null
+++ b/snippets/visualbasic/VS_Snippets_CLR/MathSample/VB/Project.vbproj
@@ -0,0 +1,8 @@
+
+
+
+ Exe
+ net9.0
+
+
+
diff --git a/snippets/visualbasic/VS_Snippets_CLR/MathSample/VB/mathsample.vb b/snippets/visualbasic/VS_Snippets_CLR/MathSample/VB/mathsample.vb
index b0fe970222a..50b3ef04ea1 100644
--- a/snippets/visualbasic/VS_Snippets_CLR/MathSample/VB/mathsample.vb
+++ b/snippets/visualbasic/VS_Snippets_CLR/MathSample/VB/mathsample.vb
@@ -60,7 +60,7 @@ Class MathTrapezoidSample
Dim dxD As Double = trpz.GetLeftBaseDegreeAngle()
Console.WriteLine("Trapezoid left base angle is: " + dxD.ToString() + " Degrees")
Dim dyD As Double = trpz.GetRightBaseDegreeAngle()
- Console.WriteLine("Trapezoid left base angle is: " + dyD.ToString() + " Degrees")
+ Console.WriteLine("Trapezoid right base angle is: " + dyD.ToString() + " Degrees")
End Sub
End Class
'
From 29bf04afe85c51e07aadc6bafeaa1efacf570de9 Mon Sep 17 00:00:00 2001
From: Denys <93614255+denyshon@users.noreply.github.com>
Date: Mon, 28 Apr 2025 22:10:02 +0200
Subject: [PATCH 3/4] Added OpenFileDialog.SelectReadOnly Property Value
(#10808)
---
xml/System.Windows.Forms/OpenFileDialog.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/xml/System.Windows.Forms/OpenFileDialog.xml b/xml/System.Windows.Forms/OpenFileDialog.xml
index 2d140a5f936..b3af0742749 100644
--- a/xml/System.Windows.Forms/OpenFileDialog.xml
+++ b/xml/System.Windows.Forms/OpenFileDialog.xml
@@ -448,7 +448,8 @@ On a right-to-left operating system, setting the containing form's
Gets or sets a value indicating whether the dialog box allows selection of read-only files.
- To be added.
+
+ if the dialog box allows selection of read-only files; otherwise, . The default value is .
To be added.
From 9d2c0ee9002b1089d23da23afa730f3ec13b217c Mon Sep 17 00:00:00 2001
From: Glenn Slayden <5589855+glenn-slayden@users.noreply.github.com>
Date: Mon, 28 Apr 2025 13:20:47 -0700
Subject: [PATCH 4/4] Update RenderCapability.xml (#10188)
Non-acceleration is not acceleration.
---
xml/System.Windows.Media/RenderCapability.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xml/System.Windows.Media/RenderCapability.xml b/xml/System.Windows.Media/RenderCapability.xml
index b48fc84498f..cd0c502abcd 100644
--- a/xml/System.Windows.Media/RenderCapability.xml
+++ b/xml/System.Windows.Media/RenderCapability.xml
@@ -288,7 +288,7 @@
|Return value|Rendering tier|Notes|
|------------------|--------------------|-----------|
-|0x00000000|0|No graphics hardware acceleration is available for the application on the device. All graphics features use software acceleration. The DirectX version level is less than version 9.0.|
+|0x00000000|0|No graphics hardware acceleration is available for the application on the device. All graphics features use software rendering. The DirectX version level is less than version 9.0.|
|0x00010000|1|Most of the graphics features of WPF will use hardware acceleration if the necessary system resources are available and have not been exhausted. This corresponds to a DirectX version that is greater than or equal to 9.0.|
|0x00020000|2|Most of the graphics features of WPF will use hardware acceleration provided the necessary system resources have not been exhausted. This corresponds to a DirectX version that is greater than or equal to 9.0.|