C# 클래스 CredentialManagement.Store

파일 보기 프로젝트 열기: Jaykul/BetterCredentials

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FixTarget ( string target ) : string

메소드 상세

Delete() 공개 정적인 메소드

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

Load() 공개 정적인 메소드

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

Save() 공개 정적인 메소드

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

Test() 공개 정적인 메소드

public static Test ( string filter ) : bool
filter string
리턴 bool