|
|
I have implemented the OnAcquireCredentials method through the IWMCredentialCallback interface that I have defined in C#. I don't know what library I'm supposed to attach to. Right now, the OnAcquireCredentials doesn't run because a Console.WriteLine I have specified in it doesn't ever print anything. What is require to get this method to execute? Its supposed to "just happen". What gives?
|
|
|