C# Class CredentialManagement.Store

Afficher le fichier Open project: Jaykul/BetterCredentials

Méthodes publiques

Méthode 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

Méthode Description
FixTarget ( string target ) : string

Method Details

Delete() public static méthode

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

Load() public static méthode

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

Save() public static méthode

public static Save ( System.Management.Automation.PSObject credential ) : NativeMethods.CREDErrorCodes
credential System.Management.Automation.PSObject
Résultat NativeMethods.CREDErrorCodes

Test() public static méthode

public static Test ( string filter ) : bool
filter string
Résultat bool