ASP 应用程序中的 RSA 令牌身份验证

RSA token Authentication in ASP application

有没有人知道如何以编程方式使用 RSA 双因素身份验证(pin + 令牌)? 我认为 IIS 代理不会解决我的问题,它似乎没有包含功能的 API。 RSA 服务器中是否有任何可用的 SOAP 或 REST 服务? 我正在寻找在 MVC (C#) 应用程序而不是 IIS 级别上验证 pin + 令牌。

我的答案是在 RSA 服务器上使用 radius。 这是一个很好的 C# 库 https://github.com/frontporch/Radius.NET