Info
Version: | 1.3.5 |
Author(s): | gillhpc |
Last Update: | Tuesday, May 11, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ActiveDirectoryAccess |
Install
Install-Package ActiveDirectoryAccess
dotnet add package ActiveDirectoryAccess
paket add ActiveDirectoryAccess
ActiveDirectoryAccess Download (Unzip the "nupkg" after downloading)
1.1.0 - added more checking to various methods that throw Exceptions back to user.
1.1.1 - bug fix in AuthenticateUser.
null groups check removed BUT default groups and logicRule added
1.2.0 - Added UserSecurityClass
1.2.1 - Rebuilt to .Net Framework 4.0 rather than 4.0.1
1.2.2 - 1.2.1 would not load for some reason
1.2.3 - Another mess up
1.2.4 - Added static TestFormembership
1.2.5 - Updated version so it tracks rebuilds
1.2.6 - Added signing to Dll
1.2.7 - Moved to VS2012
1.2.9 - Slight mod to AuthenticateUser to correct bug #507
1.3.0 - fixed issue for AuthenticateUser so all groups are returned.
1.3.2 - Target .Net47
1.3.3 - Target .Net471
1.3.4 - Add assembly signing
1.3.5 - Added .Net 4.8 target.