On Token Binding Published Aug 21, 2018 | Posted in Development Token Binding is an incredibly important step in protecting your identity on the internet. Read Article About Steve Syfuhs Steve Syfuhs manages the Windows Authentication team at Microsoft. Read More about Steve Mastodon github.com/SteveSyfuhs
Finding and Killing the Process that Opened Your Port Published Aug 4, 2023 Finding the process that opened a port is a pain. Doubly so in .NET. Read Article | Windows
A Deep Dive into the Design of Kerberos.NET Published Dec 23, 2019 The Kerberos.NET library has undergone significant redevelopment over the last year and has introduced many new features across both client and server. Read Article | Kerberos
Creating Custom Windows Credential Providers in .NET Published Oct 15, 2017 Credential Providers transfer user-supplied credentials to the security stack in Windows. They're COM-based, so you can build your own in .NET. Read Article | Development
Backing Enclave.NET with Azure Key Vault Published Sep 2, 2017 Protect your secrets managed by Enclave.NET in Azure Key Vault. Read Article | Development
Creating Authority-Signed Certificates using PowerShell Published Aug 29, 2017 A quick and easy way to generate authority-signed certificates using just PowerShell. Read Article | Development
Enclave.NET: A Secure-ish Crypto Execution Module Published Aug 22, 2017 Here's a foundation to build a module for processing your secrets outside your application. Read Article | .NET
Setting Build Versions for Visual Studio Online Published Aug 19, 2017 Build versions are critical for managing releases out in the wild. Here's how to set them. Read Article | .NET
Automated Package Deployments using Visual Studio Online Published Aug 19, 2017 Automating package release using Visual Studio Online. Read Article | .NET
Automated Builds of Kerberos.NET Using Visual Studio Online Published Aug 19, 2017 How to automate builds using Visual Studio Online. Read Article | .NET
Porting Kerberos.NET to .NET Core Published Aug 11, 2017 How I ported Kerberos.NET to .NET Core. Read Article | .NET
Active Directory Claims and Kerberos.NET Published Jul 29, 2017 Kerberos.NET now supports claims presented by Active Directory. Read Article | .NET
Kerberos.NET and the KeyTab File Published Jul 16, 2017 How to use keytab files with Kerberos.NET. Read Article | Development
On Adding AES Support to Kerberos.NET Published Jul 10, 2017 The AES cryptographic algorithm was added to the Kerberos.NET library. Read Article | .NET
Achievement Unlocked: Kerberos.NET Has a Nuget Package! Published Mar 21, 2017 Kerberos.NET now has a Nuget package! Read Article | Development