I've created a small C# app that successfully connects to a dev sense server. The virtual proxy uses ticket authentication and the .Net app uses the AsNtlmUserViaProxy() method to connect. This works well.
I get a problem when I try to connect to the prod sense server. The proxy in this environment uses saml authentication. I've read through the documentation but I'm not sure about:
Which As...() method should be used to to connect in my C# app?
What parameters are required by the method for SAML authentication.