Skip to content

Commit

Permalink
Doc | Move attestation protocol remark to the correct place (dotnet#2153
Browse files Browse the repository at this point in the history
)
  • Loading branch information
David-Engel committed Sep 15, 2023
1 parent cc5f05a commit c1984b8
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,17 @@ Modified: Data Source=(local);Initial Catalog=AdventureWorks;Integrated Security
<AttestationProtocol>
<summary>Gets or sets the value of Attestation Protocol.</summary>
<value>The attestation protocol.</value>
<remarks>
<format type="text/markdown">
<![CDATA[
## Remarks
When no value is specified, secure enclaves are disabled on the connection.
]]>
</format>
</remarks>
</AttestationProtocol>
<Authentication>
<summary>Gets or sets the authentication method used for [Connecting to SQL Database By Using Azure Active Directory Authentication](https://azure.microsoft.com/documentation/articles/sql-database-aad-authentication/#7-connect-to-your-database-by-using-azure-active-directory-identities).</summary>
Expand All @@ -178,8 +189,6 @@ Modified: Data Source=(local);Initial Catalog=AdventureWorks;Integrated Security
## Remarks
When no value is specified, secure enclaves are disabled on the connection.
For more information, see [Using Azure Active Directory authentication with SqlClient](/sql/connect/ado-net/sql/azure-active-directory-authentication).
]]></format>
Expand Down

0 comments on commit c1984b8

Please sign in to comment.