I’m Creating a video viewer application based on the “TcpVideoViewer” sample. Every time I try to refresh the token I receive the following error:
Error refreshing token: An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail
After some further testing, I noticed the same issue occurs in the sample code.
Is there something else that needs to be done to refresh the token that is not shown in the sample?
I ran the test over the weekend and I’m still getting the same error:
System.Exception: "Error refreshing token: An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail."
The error occurs in line 212 of “NtlmConnection.cs”. This always happens after 4 hours.