Welcome to Thycotic Development Blogs Sign in | Join | Help

August 2007 - Posts

.NET 2.0 and FIPS

Starting in the .NET Framework 2.0, some of the Cryptographic Classes no longer work if FIPS compliance is forced on the Server. Currently, none of the Managed hashing classes will work on a FIPS enabled server. Attempting to use those results in the Read More...
Posted from vcsjones | 0 Comments
Filed under:

The Folly of FindOne in 1.1.

Recently while working, myself and an co-worker discovered that there is a memory leak in the FindOne method of the DirectorySearcher class in System.DirectoryServices. The leak occurs when FindOne returns null. This is only fixed in the 2.0 Framework, Read More...
Posted from vcsjones | 0 Comments
Filed under:

Secret Server 3.1 has shipped.

You can download it here . The release notes are here . It was an aggressive schedule to turn these features from proposals after TechEd in June to shipped by the end of July. This was all achieved with a team of four developers (five if you count my Read More...