- Knowledge Base
- FIDO2/WebAuthn
-
General Support
-
Technical Guides
-
SurePassID Authentication Server
-
Authenticators ("Tokens")
-
Windows Logon Manager (WLM)
-
ADFS Adapter
-
SAML2 IdP
-
LDAP
-
Self Service Portal (SSP)
-
LDAP Gateway
-
FIDO2/WebAuthn
-
License Management
-
Third Party Integrations
-
Twilio
-
Announcements and Alerts
-
Office 365
-
SurePassID VLE
How can I check which .NET versions I have?
SurePassID requires certain versions of .NET Framework; here's how to check which one(s) you have installed already.
You can check which version(s) of .NET you have installed using instructions from this article:
From a command prompt, use these options to check for SDKs and/or Runtimes:
For SDKs: dotnet --list-sdks
For Runtimes: dotnet --list-runtimes
Instructions for selecting and installing Runtimes or SDKs: