Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML Documentation Fixes - Batch 5 #2864

Merged
merged 4 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Batch 5 part 1
  • Loading branch information
benrr101 committed Sep 16, 2024
commit fb009b11585ed4a4126bd06356b5c454a3b9a58d
33 changes: 19 additions & 14 deletions doc/snippets/Microsoft.Data.SqlClient/SQLDebugging.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@

<docs>
<members name="SQLDebugging">
<SQLDebugging>
<summary>
Included to support debugging applications. Not intended for direct use.
</summary>
<remarks>To be added.</remarks>
</SQLDebugging>
<ctor>
<summary>
Initiates instance of <see cref="T:Microsoft.Data.SqlClient.SQLDebugging"/> class object. Not intended for direct use.
</summary>
<remarks>To be added.</remarks>
</ctor>
</members>
<members name="SQLDebugging">
<SQLDebugging>
<summary>
Included to support debugging applications. Not intended for direct use.
</summary>
<remarks>
To be added.
</remarks>
</SQLDebugging>
<ctor>
<summary>
Initiates instance of <see cref="T:Microsoft.Data.SqlClient.SQLDebugging" /> class object. Not intended for direct use.
</summary>
<remarks>
To be added.
</remarks>
</ctor>
</members>
</docs>
3,054 changes: 1,926 additions & 1,128 deletions doc/snippets/Microsoft.Data.SqlClient/SqlConnectionStringBuilder.xml

Large diffs are not rendered by default.

1,877 changes: 1,378 additions & 499 deletions doc/snippets/Microsoft.Data.SqlClient/SqlDataAdapter.xml

Large diffs are not rendered by default.

3,164 changes: 1,931 additions & 1,233 deletions doc/snippets/Microsoft.Data.SqlClient/SqlDataReader.xml

Large diffs are not rendered by default.

556 changes: 301 additions & 255 deletions doc/snippets/Microsoft.Data.SqlClient/SqlDependency.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,33 +1,64 @@
<?xml version="1.0"?>

<docs>
<members name="SqlEnclaveAttestationParameters">
<SqlEnclaveAttestationParameters>
<summary>Encapsulates the information SqlClient sends to SQL Server to initiate the process of attesting and creating a secure session with the enclave, SQL Server uses for computations on columns protected using Always Encrypted.</summary>
<remarks>To be added.</remarks>
</SqlEnclaveAttestationParameters>
<ctor>
<param name="protocol">The enclave attestation protocol.</param>
<param name="input">The input of the enclave attestation protocol.</param>
<param name="clientDiffieHellmanKey">A Diffie-Hellman algorithm that encapsulates a client-side key pair.</param>
<summary>Initializes a new instance of the <see cref="T:Microsoft.Data.SqlClient.SqlEnclaveAttestationParameters" /> class.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="clientDiffieHellmanKey" /> is <see langword="null" />.</exception>
</ctor>
<ClientDiffieHellmanKey>
<summary>Gets a Diffie-Hellman algorithm that encapsulates a key pair that SqlClient uses to establish a secure session with the enclave.</summary>
<value>The Diffie-Hellman algorithm.</value>
<remarks>To be added.</remarks>
</ClientDiffieHellmanKey>
<GetInput>
<summary>Gets the information used to initiate the process of attesting the enclave. The format and the content of this information is specific to the attestation protocol.</summary>
<returns>The information required by SQL Server to execute attestation protocol identified by EnclaveAttestationProtocols.</returns>
<remarks>To be added.</remarks>
</GetInput>
<Protocol>
<summary>Gets the enclave attestation protocol identifier.</summary>
<value>The enclave attestation protocol identifier.</value>
<remarks>To be added.</remarks>
</Protocol>
</members>
<members name="SqlEnclaveAttestationParameters">
<SqlEnclaveAttestationParameters>
<summary>
Encapsulates the information SqlClient sends to SQL Server to initiate the process of attesting and creating a secure session with the enclave, SQL Server uses for computations on columns protected using Always Encrypted.
</summary>
<remarks>
To be added.
</remarks>
</SqlEnclaveAttestationParameters>
<ctor>
<param name="protocol">
The enclave attestation protocol.
</param>
<param name="input">
The input of the enclave attestation protocol.
</param>
<param name="clientDiffieHellmanKey">
A Diffie-Hellman algorithm that encapsulates a client-side key pair.
</param>
<summary>
Initializes a new instance of the <see cref="T:Microsoft.Data.SqlClient.SqlEnclaveAttestationParameters" /> class.
</summary>
<remarks>
To be added.
</remarks>
<exception cref="T:System.ArgumentNullException"> <paramref name="clientDiffieHellmanKey" /> is <see langword="null" /> .</exception>
</ctor>
<ClientDiffieHellmanKey>
<summary>
Gets a Diffie-Hellman algorithm that encapsulates a key pair that SqlClient uses to establish a secure session with the enclave.
</summary>
<value>
The Diffie-Hellman algorithm.
</value>
<remarks>
To be added.
</remarks>
</ClientDiffieHellmanKey>
<GetInput>
<summary>
Gets the information used to initiate the process of attesting the enclave. The format and the content of this information is specific to the attestation protocol.
</summary>
<returns>
The information required by SQL Server to execute attestation protocol identified by EnclaveAttestationProtocols.
</returns>
<remarks>
To be added.
</remarks>
</GetInput>
<Protocol>
<summary>
Gets the enclave attestation protocol identifier.
</summary>
<value>
The enclave attestation protocol identifier.
</value>
<remarks>
To be added.
</remarks>
</Protocol>
</members>
</docs>
76 changes: 49 additions & 27 deletions doc/snippets/Microsoft.Data.SqlClient/SqlEnclaveSession.xml
Original file line number Diff line number Diff line change
@@ -1,29 +1,51 @@
<?xml version="1.0"?>

<docs>
<members name="SqlEnclaveSession">
<SqlEnclaveSession>
<summary>Encapsulates the state of a secure session between SqlClient and an enclave inside SQL Server, which can be used for computations on encrypted columns protected with Always Encrypted.</summary>
<remarks>To be added.</remarks>
</SqlEnclaveSession>
<ctor>
<param name="sessionKey">The symmetric key used to encrypt all the information sent using the session.</param>
<param name="sessionId">The session ID.</param>
<summary>Instantiates a new instance of the <see cref="T:Microsoft.Data.SqlClient.SqlEnclaveSession" /> class.</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="sessionKey" /> is <see langword="null" />.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="sessionKey" /> has zero length.</exception>
</ctor>
<GetSessionKey>
<summary>Gets the symmetric key that SqlClient uses to encrypt all the information it sends to the enclave using the session.</summary>
<returns>The symmetric key.</returns>
<remarks>To be added.</remarks>
</GetSessionKey>
<SessionId>
<summary>Gets the session ID.</summary>
<value>The session ID.</value>
<remarks>To be added.</remarks>
</SessionId>
</members>
<members name="SqlEnclaveSession">
<SqlEnclaveSession>
<summary>
Encapsulates the state of a secure session between SqlClient and an enclave inside SQL Server, which can be used for computations on encrypted columns protected with Always Encrypted.
</summary>
<remarks>
To be added.
</remarks>
</SqlEnclaveSession>
<ctor>
<param name="sessionKey">
The symmetric key used to encrypt all the information sent using the session.
</param>
<param name="sessionId">
The session ID.
</param>
<summary>
Instantiates a new instance of the <see cref="T:Microsoft.Data.SqlClient.SqlEnclaveSession" /> class.
</summary>
<remarks>
To be added.
</remarks>
<exception cref="T:System.ArgumentNullException"> <paramref name="sessionKey" /> is <see langword="null" /> .</exception>
<exception cref="T:System.ArgumentException"> <paramref name="sessionKey" /> has zero length.</exception>
</ctor>
<GetSessionKey>
<summary>
Gets the symmetric key that SqlClient uses to encrypt all the information it sends to the enclave using the session.
</summary>
<returns>
The symmetric key.
</returns>
<remarks>
To be added.
</remarks>
</GetSessionKey>
<SessionId>
<summary>
Gets the session ID.
</summary>
<value>
The session ID.
</value>
<remarks>
To be added.
</remarks>
</SessionId>
</members>
</docs>
Loading