Discovered while playing around with the new SPUserToken class and associated goodness that is the new impersonation APIs in WSS 3.0 / SPS 2007. from Reflector:
SPUserToken
public static void SetApplicationCendentialKey(SecureString password) { SPCredentialManager.CreateApplicationCendentialKey(password); }
Ouch! how did that get past QA? there are only five methods on the class - looks like it was a late night for whomever wrote these bits. Unless I'm very much mistaken, shouldn't that read Credential?
microsoft.sharepoint.spsecurity.setapplicationcendentialkey
Page rendered at Thursday, July 03, 2008 6:42:22 PM (Eastern Standard Time, UTC-05:00)
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.