C# Класс NanoByte.Common.Native.WindowsCredentials

Provides an interface to the Windows Credentials API. Supported on Windows XP or newer.
Показать файл Открыть проект

Открытые методы

Метод Описание
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