I know of an effort to port Apache Shiro to .NET in its entirety, but it is probably only 30% complete and not yet publicly accessible.
In the meantime, what most people do is have a web service that is backed by Shiro that can respond to any client as necessary. Since .NET works quite well with web services, it's not much of a stretch to have the web service APIs reflect Shiro's APIs.
For example, it can be common to expose a 'LoginService' or a 'SubjectService' web service. There is currently nothing in Shiro's codebase that will provide this out of the box, as it is usually very environment-specific, but hopefully this gives you some ideas. I've seen people do identical things for supporting Flex applications as well.
HTH!
Les Hazlewood
(Apache Shiro team)
P.S. My company, Katasoft - http://www.katasoft.com - is building exactly such a product that will work w/ Java, .NET, Ruby, etc. If you're interested in using it (potentially for free!) please contact us via the form on our home page.