C# Class CredentialManagement.Store

Exibir arquivo Open project: Jaykul/BetterCredentials

Public Methods

Method Description
Delete ( string target, CredentialType type = CredentialType.Generic ) : NativeMethods.CREDErrorCodes
Load ( string target, CredentialType type = CredentialType.Generic ) : System.Management.Automation.PSObject
Save ( System.Management.Automation.PSObject credential ) : NativeMethods.CREDErrorCodes
Test ( string filter ) : bool

Private Methods

Method Description
FixTarget ( string target ) : string

Method Details

Delete() public static method

public static Delete ( string target, CredentialType type = CredentialType.Generic ) : NativeMethods.CREDErrorCodes
target string
type CredentialType
return NativeMethods.CREDErrorCodes

Load() public static method

public static Load ( string target, CredentialType type = CredentialType.Generic ) : System.Management.Automation.PSObject
target string
type CredentialType
return System.Management.Automation.PSObject

Save() public static method

public static Save ( System.Management.Automation.PSObject credential ) : NativeMethods.CREDErrorCodes
credential System.Management.Automation.PSObject
return NativeMethods.CREDErrorCodes

Test() public static method

public static Test ( string filter ) : bool
filter string
return bool