C# Class pGina.CredentialProvider.Registration.DefaultCredProviderManager

Inheritance: CredProviderManager
Datei anzeigen Open project: MutonUfoAI/pgina

Private Properties

Property Type Description
DeleteRegistryKey void
GetCpDllPath string
GetCpDllPath6432 string

Public Methods

Method Description
DefaultCredProviderManager ( ) : System
Disable ( ) : void
Enable ( ) : void
Enabled ( ) : bool
Enabled6432 ( ) : bool
Install ( ) : void
Registered ( ) : bool
Registered6432 ( ) : bool
Uninstall ( ) : void

Private Methods

Method Description
DeleteRegistryKey ( RegistryKey baseKey, string parentSubKey, string childSubKey ) : void
GetCpDllPath ( ) : string
GetCpDllPath6432 ( ) : string

Method Details

DefaultCredProviderManager() public method

public DefaultCredProviderManager ( ) : System
return System

Disable() public method

public Disable ( ) : void
return void

Enable() public method

public Enable ( ) : void
return void

Enabled() public method

public Enabled ( ) : bool
return bool

Enabled6432() public method

public Enabled6432 ( ) : bool
return bool

Install() public method

public Install ( ) : void
return void

Registered() public method

public Registered ( ) : bool
return bool

Registered6432() public method

public Registered6432 ( ) : bool
return bool

Uninstall() public method

public Uninstall ( ) : void
return void