Hi,

I'm embedding webkit in my own c# control on Windows.  I've recently 
implemented answering authentication challenges.  I see how under the covers 
WebCore creates a CFURLCredentialRef via CFURLCredentialCreate.  And I'm 
guessing if the credential is created with persistence = 
kCFURLCredentialPersistencePermanent that CFNetwork will store off the 
credential.  Which is fine.  But almost all browsers can manage their 
remembered passwords.  Is there a way for me to manage these stored credentials 
via a WebKit interface?  Is it possible, at least, to clear them?  Or is it a 
case where if I want this capability I'll have to manage my own credentials 
locally in Windows and pass them to WebKit when challenged?

Any help would be appreciated.

Thanks,
--Aaron
                                          
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to