C# Class Simple.CredentialManager.NativeMethods

Wrapper for advapi32.dll library. Advanced Services Provide access to functionality additional to the kernel. Included are things like the Windows registry, shutdown/restart the system (or abort), start/stop/create a Windows service, manage user accounts. These functions reside in advapi32.dll on 32-bit Windows.
Show file Open project: spolnik/Simple.CredentialsManager

Private Methods

Method Description
CredDelete ( StringBuilder target, CredentialType type, int flags ) : bool
CredEnumerate ( ) : IEnumerable
CredEnumerate ( string filter, int flag, int &count, IntPtr &pCredentials ) : bool
CredFree ( [ cred ) : void
CredRead ( string target, CredentialType type, int reservedFlag, IntPtr &credentialPtr ) : bool
CredWrite ( [ userCredential, [ flags ) : bool