C# 클래스 NanoByte.Common.Native.WindowsCredentials

Provides an interface to the Windows Credentials API. Supported on Windows XP or newer.
파일 보기 프로젝트 열기: nano-byte/common

공개 메소드들

메소드 설명
IsCredentialStored ( [ target ) : bool

Determines whether there are any credentials stored for a specific target.

비공개 메소드들

메소드 설명
CreateCredUIInfo ( IntPtr owner, string title, string message ) : CredUIInfo
HandleResult ( int result ) : void
PromptCli ( [ target, WindowsCredentialsFlags flags ) : NetworkCredential
PromptDialog ( [ target, WindowsCredentialsFlags flags, [ title = null, [ message = null, IntPtr owner = default(IntPtr) ) : NetworkCredential

메소드 상세

IsCredentialStored() 공개 정적인 메소드

Determines whether there are any credentials stored for a specific target.
The current platform does not support the Credentials API. Needs Windows XP or newer.
public static IsCredentialStored ( [ target ) : bool
target [ A string uniquely identifying the target the credentials are intended for.
리턴 bool