UpperSetting.OpenServer.Protocols.DatabaseAuth.Server
1.0.0.31
See the version list below for details.
dotnet add package UpperSetting.OpenServer.Protocols.DatabaseAuth.Server --version 1.0.0.31
NuGet\Install-Package UpperSetting.OpenServer.Protocols.DatabaseAuth.Server -Version 1.0.0.31
<PackageReference Include="UpperSetting.OpenServer.Protocols.DatabaseAuth.Server" Version="1.0.0.31" />
paket add UpperSetting.OpenServer.Protocols.DatabaseAuth.Server --version 1.0.0.31
#r "nuget: UpperSetting.OpenServer.Protocols.DatabaseAuth.Server, 1.0.0.31"
// Install UpperSetting.OpenServer.Protocols.DatabaseAuth.Server as a Cake Addin #addin nuget:?package=UpperSetting.OpenServer.Protocols.DatabaseAuth.Server&version=1.0.0.31 // Install UpperSetting.OpenServer.Protocols.DatabaseAuth.Server as a Cake Tool #tool nuget:?package=UpperSetting.OpenServer.Protocols.DatabaseAuth.Server&version=1.0.0.31
The Database Authentication Protocol is included in the DotNetOpenServer SDK to provide server-side access control using a SQL Server database. The Shared assembly contains an abstract base class, DatabaseAuthProtocol, that contains the unique protocol identifier and common functions. The Shared assembly also includes an enumeration, DatabaseAuthProtocolCommands, that contains the available protocol commands. The Server assembly contains a class, DatabaseAuthProtocolServer, that extends the DatabaseAuthProtocol base class. This class implements the server-side functions. The Client assembly contains a single class, DatabaseAuthProtocolClient, that extends the DatabaseAuthProtocol base class. This class implements the client-side functions.
For more information goto:
http://www.uppersetting.com/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net451 is compatible. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- UpperSetting.OpenServer.Protocols.DatabaseAuth.Shared (= 1.0.0.31)
- UpperSetting.OpenServer.Windows.Shared (= 1.0.0.31)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.