DotNetOpenAuth.InfoCard by Andrew Arnott

<PackageReference Include="DotNetOpenAuth.InfoCard" Version="4.0.0.12084" />

 DotNetOpenAuth.InfoCard 4.0.0.12084

Adds an InfoCard button to your web application's login page. InfoCards enhance user security while mitigating phishing attacks by removing the need for a password credential or 3rd party identity issuer entirely.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>DotNetOpenAuth.InfoCard</id>
    <version>4.0.0.12084</version>
    <title>DotNetOpenAuth InfoCard</title>
    <authors>Andrew Arnott</authors>
    <owners>Outercurve Foundation</owners>
    <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl>
    <projectUrl>http://www.dotnetopenauth.net/</projectUrl>
    <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Adds an InfoCard button to your web application's login page.
			InfoCards enhance user security while mitigating phishing attacks by removing the
			need for a password credential or 3rd party identity issuer entirely.</description>
    <summary>Add InfoCard login capability to ASP.NET web applications.</summary>
    <dependencies>
      <dependency id="DotNetOpenAuth.Core" version="[4.0.0.12084]" />
    </dependencies>
  </metadata>
</package>