CT.WPFAuth 3.0.0

dotnet add package CT.WPFAuth --version 3.0.0
NuGet\Install-Package CT.WPFAuth -Version 3.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CT.WPFAuth" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CT.WPFAuth --version 3.0.0
#r "nuget: CT.WPFAuth, 3.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CT.WPFAuth as a Cake Addin
#addin nuget:?package=CT.WPFAuth&version=3.0.0

// Install CT.WPFAuth as a Cake Tool
#tool nuget:?package=CT.WPFAuth&version=3.0.0

A component in C# that wraps use of web-based credential page, hosted in Internet Explorer(SHDocVw). Allows use of consistent web domain to
share history of login information among web and desktop applications on the same machine. Acquired security token available to desktop application
without it having to design its own persistence mechanism or login interface. NOTE: requires references to Microsoft Internet Controls(SHDocVw.DLL) and Microsoft.mshtml

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet45 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 2,095 11/13/2017
2.0.0 1,035 2/1/2017
1.0.0 947 1/30/2017

Caught exception if login is cancelled, and set ErrorText property with exception message.