Skip to content

Commit 2ebcc16

Browse files
authored
add content for new SQL APIs (dotnet#18)
1 parent dc0e955 commit 2ebcc16

21 files changed

+615
-162
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
uid: System.Data.SqlClient.SqlAuthenticationInitializer
3+
ms.technology:
4+
- "dotnet-ado"
5+
author: "douglaslMS"
6+
ms.author: "douglasl"
7+
manager: "craigg"
8+
---
9+
10+
---
11+
uid: System.Data.SqlClient.SqlAuthenticationInitializer.Initialize
12+
ms.technology:
13+
- "dotnet-ado"
14+
author: "douglaslMS"
15+
ms.author: "douglasl"
16+
manager: "craigg"
17+
---
18+
19+
---
20+
uid: System.Data.SqlClient.SqlAuthenticationInitializer.#ctor
21+
ms.technology:
22+
- "dotnet-ado"
23+
author: "douglaslMS"
24+
ms.author: "douglasl"
25+
manager: "craigg"
26+
---
Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
---
2+
uid: System.Data.SqlClient.SqlAuthenticationParameters
3+
ms.technology:
4+
- "dotnet-ado"
5+
author: "douglaslMS"
6+
ms.author: "douglasl"
7+
manager: "craigg"
8+
---
9+
10+
---
11+
uid: System.Data.SqlClient.SqlAuthenticationParameters.Password
12+
ms.technology:
13+
- "dotnet-ado"
14+
author: "douglaslMS"
15+
ms.author: "douglasl"
16+
manager: "craigg"
17+
---
18+
19+
---
20+
uid: System.Data.SqlClient.SqlAuthenticationParameters.Resource
21+
ms.technology:
22+
- "dotnet-ado"
23+
author: "douglaslMS"
24+
ms.author: "douglasl"
25+
manager: "craigg"
26+
---
27+
28+
---
29+
uid: System.Data.SqlClient.SqlAuthenticationParameters.ServerName
30+
ms.technology:
31+
- "dotnet-ado"
32+
author: "douglaslMS"
33+
ms.author: "douglasl"
34+
manager: "craigg"
35+
---
36+
37+
---
38+
uid: System.Data.SqlClient.SqlAuthenticationParameters.DatabaseName
39+
ms.technology:
40+
- "dotnet-ado"
41+
author: "douglaslMS"
42+
ms.author: "douglasl"
43+
manager: "craigg"
44+
---
45+
46+
---
47+
uid: System.Data.SqlClient.SqlAuthenticationParameters.UserId
48+
ms.technology:
49+
- "dotnet-ado"
50+
author: "douglaslMS"
51+
ms.author: "douglasl"
52+
manager: "craigg"
53+
---
54+
55+
---
56+
uid: System.Data.SqlClient.SqlAuthenticationParameters.AuthenticationMethod
57+
ms.technology:
58+
- "dotnet-ado"
59+
author: "douglaslMS"
60+
ms.author: "douglasl"
61+
manager: "craigg"
62+
---
63+
64+
---
65+
uid: System.Data.SqlClient.SqlAuthenticationParameters.ConnectionId
66+
ms.technology:
67+
- "dotnet-ado"
68+
author: "douglaslMS"
69+
ms.author: "douglasl"
70+
manager: "craigg"
71+
---
72+
73+
---
74+
uid: System.Data.SqlClient.SqlAuthenticationParameters.Authority
75+
ms.technology:
76+
- "dotnet-ado"
77+
author: "douglaslMS"
78+
ms.author: "douglasl"
79+
manager: "craigg"
80+
---
81+
82+
---
83+
uid: System.Data.SqlClient.SqlAuthenticationParameters.#ctor(System.Data.SqlClient.SqlAuthenticationMethod,System.String,System.String,System.String,System.String,System.String,System.String,System.Guid)
84+
ms.technology:
85+
- "dotnet-ado"
86+
author: "douglaslMS"
87+
ms.author: "douglasl"
88+
manager: "craigg"
89+
---
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
uid: System.Data.SqlClient.SqlAuthenticationProvider
3+
ms.technology:
4+
- "dotnet-ado"
5+
author: "douglaslMS"
6+
ms.author: "douglasl"
7+
manager: "craigg"
8+
---
9+
10+
---
11+
uid: System.Data.SqlClient.SqlAuthenticationProvider.SetProvider(System.Data.SqlClient.SqlAuthenticationMethod,System.Data.SqlClient.SqlAuthenticationProvider)
12+
ms.technology:
13+
- "dotnet-ado"
14+
author: "douglaslMS"
15+
ms.author: "douglasl"
16+
manager: "craigg"
17+
---
18+
19+
---
20+
uid: System.Data.SqlClient.SqlAuthenticationProvider.IsSupported(System.Data.SqlClient.SqlAuthenticationMethod)
21+
ms.technology:
22+
- "dotnet-ado"
23+
author: "douglaslMS"
24+
ms.author: "douglasl"
25+
manager: "craigg"
26+
---
27+
28+
---
29+
uid: System.Data.SqlClient.SqlAuthenticationProvider.AcquireTokenAsync(System.Data.SqlClient.SqlAuthenticationParameters)
30+
ms.technology:
31+
- "dotnet-ado"
32+
author: "douglaslMS"
33+
ms.author: "douglasl"
34+
manager: "craigg"
35+
---
36+
37+
---
38+
uid: System.Data.SqlClient.SqlAuthenticationProvider.BeforeUnload(System.Data.SqlClient.SqlAuthenticationMethod)
39+
ms.technology:
40+
- "dotnet-ado"
41+
author: "douglaslMS"
42+
ms.author: "douglasl"
43+
manager: "craigg"
44+
---
45+
46+
---
47+
uid: System.Data.SqlClient.SqlAuthenticationProvider.GetProvider(System.Data.SqlClient.SqlAuthenticationMethod)
48+
ms.technology:
49+
- "dotnet-ado"
50+
author: "douglaslMS"
51+
ms.author: "douglasl"
52+
manager: "craigg"
53+
---
54+
55+
---
56+
uid: System.Data.SqlClient.SqlAuthenticationProvider.#ctor
57+
ms.technology:
58+
- "dotnet-ado"
59+
author: "douglaslMS"
60+
ms.author: "douglasl"
61+
manager: "craigg"
62+
---
63+
64+
---
65+
uid: System.Data.SqlClient.SqlAuthenticationProvider.BeforeLoad(System.Data.SqlClient.SqlAuthenticationMethod)
66+
ms.technology:
67+
- "dotnet-ado"
68+
author: "douglaslMS"
69+
ms.author: "douglasl"
70+
manager: "craigg"
71+
---
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
uid: System.Data.SqlClient.SqlAuthenticationToken
3+
ms.technology:
4+
- "dotnet-ado"
5+
author: "douglaslMS"
6+
ms.author: "douglasl"
7+
manager: "craigg"
8+
---
9+
10+
---
11+
uid: System.Data.SqlClient.SqlAuthenticationToken.ExpiresOn
12+
ms.technology:
13+
- "dotnet-ado"
14+
author: "douglaslMS"
15+
ms.author: "douglasl"
16+
manager: "craigg"
17+
---
18+
19+
---
20+
uid: System.Data.SqlClient.SqlAuthenticationToken.#ctor(System.String,System.DateTimeOffset)
21+
ms.technology:
22+
- "dotnet-ado"
23+
author: "douglaslMS"
24+
ms.author: "douglasl"
25+
manager: "craigg"
26+
---
27+
28+
---
29+
uid: System.Data.SqlClient.SqlAuthenticationToken.AccessToken
30+
ms.technology:
31+
- "dotnet-ado"
32+
author: "douglaslMS"
33+
ms.author: "douglasl"
34+
manager: "craigg"
35+
---
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
uid: System.Data.SqlClient.SqlClientLogger
3+
ms.technology:
4+
- "dotnet-ado"
5+
author: "douglaslMS"
6+
ms.author: "douglasl"
7+
manager: "craigg"
8+
---
9+
10+
---
11+
uid: System.Data.SqlClient.SqlClientLogger.LogError(System.String,System.String,System.String)
12+
ms.technology:
13+
- "dotnet-ado"
14+
author: "douglaslMS"
15+
ms.author: "douglasl"
16+
manager: "craigg"
17+
---
18+
19+
---
20+
uid: System.Data.SqlClient.SqlClientLogger.LogInfo(System.String,System.String,System.String)
21+
ms.technology:
22+
- "dotnet-ado"
23+
author: "douglaslMS"
24+
ms.author: "douglasl"
25+
manager: "craigg"
26+
---
27+
28+
---
29+
uid: System.Data.SqlClient.SqlClientLogger.#ctor
30+
ms.technology:
31+
- "dotnet-ado"
32+
author: "douglaslMS"
33+
ms.author: "douglasl"
34+
manager: "craigg"
35+
---
36+
37+
---
38+
uid: System.Data.SqlClient.SqlClientLogger.IsLoggingEnabled
39+
ms.technology:
40+
- "dotnet-ado"
41+
author: "douglaslMS"
42+
ms.author: "douglasl"
43+
manager: "craigg"
44+
---
45+
46+
---
47+
uid: System.Data.SqlClient.SqlClientLogger.LogAssert(System.Boolean,System.String,System.String,System.String)
48+
ms.technology:
49+
- "dotnet-ado"
50+
author: "douglaslMS"
51+
ms.author: "douglasl"
52+
manager: "craigg"
53+
---
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
uid: System.Data.SqlClient.SqlColumnEncryptionEnclaveProvider
3+
ms.technology:
4+
- "dotnet-ado"
5+
author: "douglaslMS"
6+
ms.author: "douglasl"
7+
manager: "craigg"
8+
---
9+
10+
---
11+
uid: System.Data.SqlClient.SqlColumnEncryptionEnclaveProvider.GetEnclaveSession(System.String,System.String,System.Data.SqlClient.SqlEnclaveSession@,System.Int64@)
12+
ms.technology:
13+
- "dotnet-ado"
14+
author: "douglaslMS"
15+
ms.author: "douglasl"
16+
manager: "craigg"
17+
---
18+
19+
---
20+
uid: System.Data.SqlClient.SqlColumnEncryptionEnclaveProvider.GetAttestationParameters
21+
ms.technology:
22+
- "dotnet-ado"
23+
author: "douglaslMS"
24+
ms.author: "douglasl"
25+
manager: "craigg"
26+
---
27+
28+
---
29+
uid: System.Data.SqlClient.SqlColumnEncryptionEnclaveProvider.CreateEnclaveSession(System.Byte[],System.Security.Cryptography.ECDiffieHellmanCng,System.String,System.String,System.Data.SqlClient.SqlEnclaveSession@,System.Int64@)
30+
ms.technology:
31+
- "dotnet-ado"
32+
author: "douglaslMS"
33+
ms.author: "douglasl"
34+
manager: "craigg"
35+
---
36+
37+
---
38+
uid: System.Data.SqlClient.SqlColumnEncryptionEnclaveProvider.#ctor
39+
ms.technology:
40+
- "dotnet-ado"
41+
author: "douglaslMS"
42+
ms.author: "douglasl"
43+
manager: "craigg"
44+
---
45+
46+
---
47+
uid: System.Data.SqlClient.SqlColumnEncryptionEnclaveProvider.InvalidateEnclaveSession(System.String,System.String,System.Data.SqlClient.SqlEnclaveSession)
48+
ms.technology:
49+
- "dotnet-ado"
50+
author: "douglaslMS"
51+
ms.author: "douglasl"
52+
manager: "craigg"
53+
---
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
uid: System.Data.SqlClient.SqlEnclaveAttestationParameters
3+
ms.technology:
4+
- "dotnet-ado"
5+
author: "douglaslMS"
6+
ms.author: "douglasl"
7+
manager: "craigg"
8+
---
9+
10+
---
11+
uid: System.Data.SqlClient.SqlEnclaveAttestationParameters.#ctor(System.Int32,System.Byte[],System.Security.Cryptography.ECDiffieHellmanCng)
12+
ms.technology:
13+
- "dotnet-ado"
14+
author: "douglaslMS"
15+
ms.author: "douglasl"
16+
manager: "craigg"
17+
---
18+
19+
---
20+
uid: System.Data.SqlClient.SqlEnclaveAttestationParameters.ClientDiffieHellmanKey
21+
ms.technology:
22+
- "dotnet-ado"
23+
author: "douglaslMS"
24+
ms.author: "douglasl"
25+
manager: "craigg"
26+
---
27+
28+
---
29+
uid: System.Data.SqlClient.SqlEnclaveAttestationParameters.Protocol
30+
ms.technology:
31+
- "dotnet-ado"
32+
author: "douglaslMS"
33+
ms.author: "douglasl"
34+
manager: "craigg"
35+
---
36+
37+
---
38+
uid: System.Data.SqlClient.SqlEnclaveAttestationParameters.GetInput
39+
ms.technology:
40+
- "dotnet-ado"
41+
author: "douglaslMS"
42+
ms.author: "douglasl"
43+
manager: "craigg"
44+
---

0 commit comments

Comments
 (0)