I'm trying to implement a custom ICredentialProvider but I'm a bit stuck with a couple of things
A) The flow of calls to the provider (i.e) what order, the samples from MS don't provide this. B) How does GetSerialization fit into the equation if you are not using one of the systems built in SSPI's (Secure Service Provider Interface). For example I do not want to store any password on the system but I do wan't to store a value for subsequent authentication attempts (which occur online).
Any help or direction of helpful articles on this would be great. I've done a whole bunch of searching so have probably seen most of them but none really help that much tbh.
Nick.