Skip to content

Commit 9536950

Browse files
committed
add resource
1 parent 4e07c89 commit 9536950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SSPI/SspiAuthenticationParameters.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ internal sealed class SspiAuthenticationParameters
77
public SspiAuthenticationParameters(string serverName, string resource)
88
{
99
ServerName = serverName;
10+
Resource = resource;
1011
}
1112

1213
public string Resource { get; }

0 commit comments

Comments
 (0)