UpperSetting.OpenServer.Protocols.WinAuth.Client by Upper Setting Corporation

<PackageReference Include="UpperSetting.OpenServer.Protocols.WinAuth.Client" Version="1.0.0.29" />

 UpperSetting.OpenServer.Protocols.WinAuth.Client 1.0.0.29

The Windows Authentication Protocol is included in the DotNetOpenServer SDK to provide server-side access control using Windows user accounts and groups. The Shared assembly contains an abstract base class, WinAuthProtocol, that contains the unique protocol identifier and common functions. The Shared assembly also includes an enumeration, WinAuthProtocolCommands, that contains the available protocol commands. The Server assembly contains a class, WinAuthProtocolServer, that extends the WinAuthProtocol base class. This class implements the server-side functions. The Server assembly also includes a class, WinAuthProtocolConfigurationServer, that contains the list of users and groups that are allowed to access the server. The Client assembly contains a single class, WinAuthProtocolClient, that extends the WinAuthProtocol base class. This class implements the client-side functions. For more information and Android/Java and iPhone/iPad/iOS and Mac/OSX Objective-C APIs goto: http://www.UpperSetting.com

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>UpperSetting.OpenServer.Protocols.WinAuth.Client</id>
    <version>1.0.0.29</version>
    <title>DotNetOpenServer SDK Windows Authentication Protocol Client DLL</title>
    <authors>Upper Setting Corporation</authors>
    <owners>Upper Setting Corporation</owners>
    <licenseUrl>http://www.UpperSetting.com/Licenses/GNUv3.txt</licenseUrl>
    <projectUrl>http://www.UpperSetting.com/DotNetOpenServer</projectUrl>
    <iconUrl>http://www.UpperSetting.com/favicon.png</iconUrl>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>The Windows Authentication Protocol is included in the DotNetOpenServer SDK to provide server-side access control using Windows user accounts and groups. The Shared assembly contains an abstract base class, WinAuthProtocol, that contains the unique protocol identifier and common functions. The Shared assembly also includes an enumeration, WinAuthProtocolCommands, that contains the available protocol commands. The Server assembly contains a class, WinAuthProtocolServer, that extends the WinAuthProtocol base class. This class implements the server-side functions. The Server assembly also includes a class, WinAuthProtocolConfigurationServer, that contains the list of users and groups that are allowed to access the server. The Client assembly contains a single class, WinAuthProtocolClient, that extends the WinAuthProtocol base class.  This class implements the client-side functions.

For more information and Android/Java and iPhone/iPad/iOS and Mac/OSX Objective-C APIs goto:

http://www.UpperSetting.com</description>
    <summary>Contains the DotNetOpenServer Windows Authentication Protocol Client implementation for Windows Client and Phone/Mobile applications.</summary>
    <releaseNotes />
    <copyright>Copyright 2015 Upper Setting Corporation</copyright>
    <language>en-US</language>
    <tags>TCP/IP Client/Server Communications Library, Windows Authentication</tags>
    <dependencies>
      <dependency id="UpperSetting.OpenServer.Protocols.WinAuth.Shared" version="[1.0.0.29]" />
    </dependencies>
  </metadata>
</package>