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
Copy file name to clipboardExpand all lines: xml/System.Data.SqlClient/SqlColumnEncryptionCertificateStoreProvider.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@
20
20
<Docs>
21
21
<summary>The implementation of the key store provider for Windows Certificate Store. This class enables using certificates stored in the Windows Certificate Store as column master keys. For details, see <seehref="https://docs.microsoft.com/sql/relational-databases/security/encryption/always-encrypted-database-engine">Always Encrypted</see>.</summary>
<relatedtype="ExternalDocumentation"href="https://techcommunity.microsoft.com/t5/sql-server/getting-started-with-always-encrypted/ba-p/384397">Get started with Always Encrypted (blog post)</related>
24
+
<relatedtype="ExternalDocumentation"href="/sql/relational-databases/security/encryption/always-encrypted-client-development">Develop apps using Always Encrypted</related>
<relatedtype="ExternalDocumentation"href="https://techcommunity.microsoft.com/t5/sql-server/getting-started-with-always-encrypted/ba-p/384397">Get started with Always Encrypted (blog post)</related>
27
+
<relatedtype="ExternalDocumentation"href="/sql/relational-databases/security/encryption/always-encrypted-client-development">Develop apps using Always Encrypted</related>
<relatedtype="ExternalDocumentation"href="https://techcommunity.microsoft.com/t5/sql-server/getting-started-with-always-encrypted/ba-p/384397">Get started with Always Encrypted (blog post)</related>
27
+
<relatedtype="ExternalDocumentation"href="/sql/relational-databases/security/encryption/always-encrypted-client-development">Develop apps using Always Encrypted</related>
Copy file name to clipboardExpand all lines: xml/System.Data.SqlClient/SqlColumnEncryptionKeyStoreProvider.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@
16
16
<Docs>
17
17
<summary>Base class for all key store providers. A custom provider must derive from this class and override its member functions and then register it using SqlConnection.RegisterColumnEncryptionKeyStoreProviders(). For details see, <seehref="https://docs.microsoft.com/sql/relational-databases/security/encryption/always-encrypted-database-engine">Always Encrypted</see>.</summary>
<relatedtype="ExternalDocumentation"href="https://techcommunity.microsoft.com/t5/sql-server/getting-started-with-always-encrypted/ba-p/384397">Get started with Always Encrypted (blog post)</related>
20
+
<relatedtype="ExternalDocumentation"href="/sql/relational-databases/security/encryption/always-encrypted-client-development">Develop apps using Always Encrypted</related>
Copy file name to clipboardExpand all lines: xml/System.Net/HttpListenerRequest.xml
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1203,9 +1203,7 @@
1203
1203
In a URL, the query information is separated from the path information by a question mark (?). Name/value pairs are separated by an equals sign (=). To access the query data as a single string, get the <xref:System.Uri.Query%2A> property value from the <xref:System.Uri> object returned by <xref:System.Net.HttpListenerRequest.Url%2A>.
1204
1204
1205
1205
> [!NOTE]
1206
-
> Queries without an equal sign (example: [http://www.contoso.com/query.htm?Name](http://www.contoso.com/query.htm?Name) ) are added to the `null` key in the <xref:System.Collections.Specialized.NameValueCollection>.
1207
-
1208
-
1206
+
> Queries without an equals sign (for example, `http://www.contoso.com/query.htm?Name`) are added to the `null` key in the <xref:System.Collections.Specialized.NameValueCollection>.
1209
1207
1210
1208
## Examples
1211
1209
The following code example demonstrates using the <xref:System.Net.HttpListenerRequest.QueryString%2A> property.
Copy file name to clipboardExpand all lines: xml/System.Reflection.Metadata.Ecma335/MetadataBuilder.xml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -372,11 +372,11 @@ Entries may be added in any order. The table is automatically sorted when serial
372
372
373
373
## Remarks
374
374
375
-
For more information about `name`, see <https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#document-name-blob>.
375
+
For more information about `name`, see <https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#document-name-blob>.
376
376
377
-
For more information about common values for `hashAlgorithm`, see <https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#document-table-0x30>.
377
+
For more information about common values for `hashAlgorithm`, see <https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#document-table-0x30>.
378
378
379
-
For more information about common values for `language`, see <https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#document-table-0x30>.
379
+
For more information about common values for `language`, see <https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#document-table-0x30>.
380
380
381
381
]]></format>
382
382
</remarks>
@@ -778,7 +778,7 @@ Constraints must be added in the same order as the corresponding generic paramet
778
778
779
779
## Remarks
780
780
781
-
For more information about `imports`, see <https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#imports-blob>.
781
+
For more information about `imports`, see <https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#imports-blob>.
782
782
783
783
]]></format>
784
784
</remarks>
@@ -860,7 +860,7 @@ If a type implements multiple interfaces, the corresponding entries must be adde
860
860
861
861
## Remarks
862
862
863
-
For more information about `signature`, see: [LocalConstantSig Blob](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#localconstantsig-blob) on GitHub.
863
+
For more information about `signature`, see: [LocalConstantSig Blob](https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#localconstantsig-blob) on GitHub.
864
864
865
865
]]></format>
866
866
</remarks>
@@ -1093,7 +1093,7 @@ Entries may be added in any order. The table is automatically sorted when serial
1093
1093
1094
1094
## Remarks
1095
1095
1096
-
For more information about `sequencePoints`, see: [Sequence Points Blob](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#sequence-points-blob) on GitHub.
1096
+
For more information about `sequencePoints`, see: [Sequence Points Blob](https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#sequence-points-blob) on GitHub.
1097
1097
1098
1098
]]></format>
1099
1099
</remarks>
@@ -1931,7 +1931,7 @@ Entires must be added in the same order as the corresponding type definitions.
1931
1931
1932
1932
## Remarks
1933
1933
1934
-
For more information about document name blobs, see: https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#DocumentNameBlob
1934
+
For more information about document name blobs, see: https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#DocumentNameBlob
Copy file name to clipboardExpand all lines: xml/System.Reflection.Metadata/Document.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
32
32
## Remarks
33
33
34
-
For more information, see [Portable PDB v1.0: Format Specification](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#document-table-0x30).
34
+
For more information, see [Portable PDB v1.0: Format Specification](https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#document-table-0x30).
Copy file name to clipboardExpand all lines: xml/System.Reflection.Metadata/ImportScope.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
32
32
## Remarks
33
33
34
-
See [ImportScope Table" 0x35](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#importscope-table-0x35) for more information.
34
+
See [ImportScope Table" 0x35](https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#importscope-table-0x35) for more information.
Copy file name to clipboardExpand all lines: xml/System.Reflection.Metadata/LocalConstant.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
32
32
## Remarks
33
33
34
-
See [LocalConstant Table: 0x34](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#localconstant-table-0x34).
34
+
See [LocalConstant Table: 0x34](https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#localconstant-table-0x34).
Copy file name to clipboardExpand all lines: xml/System.Reflection.Metadata/LocalScope.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@
31
31
32
32
## Remarks
33
33
34
-
See [LocalScope Table: 0x32](https://github.com/dotnet/runtime/blob/master/src/libraries/System.Reflection.Metadata/specs/PortablePdb-Metadata.md#localscope-table-0x32).
34
+
See [LocalScope Table: 0x32](https://github.com/dotnet/runtime/blob/master/docs/design/specs/PortablePdb-Metadata.md#localscope-table-0x32).
0 commit comments