GSF.Security by Grid Protection Alliance

<PackageReference Include="GSF.Security" Version="2.4.28" />

 GSF.Security 2.4.28

Library of core security framework for implementing role-based security with integrated Active Directory, local account and database style authentication across various .NET application types.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>GSF.Security</id>
    <version>2.4.28</version>
    <title>Grid Solutions Framework Security Library</title>
    <authors>Grid Protection Alliance</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>images\GSF64x64.png</icon>
    <projectUrl>https://github.com/GridProtectionAlliance/gsf</projectUrl>
    <description>Library of core security framework for implementing role-based security with integrated Active Directory, local account and database style authentication across various .NET application types.</description>
    <summary>Library for implementing role-based security across various .NET application types.</summary>
    <tags>Security Roles Groups Principal Identity User LDAP ActiveDirectory Providers</tags>
    <dependencies>
      <dependency id="GSF.Core" version="2.4.28" />
      <dependency id="ExpressionEvaluator" version="2.0.4" />
      <dependency id="Newtonsoft.Json" version="13.0.1" />
    </dependencies>
  </metadata>
</package>