C# Class pGina.CredentialProvider.Registration.CredProviderManager

Mostra file Open project: MutonUfoAI/pgina Class Usage Examples

Public Methods

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

Method Details

CredProviderManager() public method

public CredProviderManager ( ) : System
return System

Disable() public abstract method

public abstract Disable ( ) : void
return void

Enable() public abstract method

public abstract Enable ( ) : void
return void

Enabled() public abstract method

public abstract Enabled ( ) : bool
return bool

Enabled6432() public abstract method

public abstract Enabled6432 ( ) : bool
return bool

ExecuteDefaultAction() public method

public ExecuteDefaultAction ( ) : void
return void

GetManager() public static method

public static GetManager ( ) : CredProviderManager
return CredProviderManager

Install() public abstract method

public abstract Install ( ) : void
return void

Registered() public abstract method

public abstract Registered ( ) : bool
return bool

Registered6432() public abstract method

public abstract Registered6432 ( ) : bool
return bool

Uninstall() public abstract method

public abstract Uninstall ( ) : void
return void