Show / Hide Table of Contents

Class WindowsCredentialsFlags

Inheritance
Object
WindowsCredentialsFlags
Namespace: NanoByte.Common.Native
Assembly: NanoByte.Common.dll
Syntax
public sealed class WindowsCredentialsFlags : Enum

Fields

AlwaysShowUI

Declaration
public const WindowsCredentialsFlags AlwaysShowUI
Field Value
Type Description
WindowsCredentialsFlags

CompleteUsername

Declaration
public const WindowsCredentialsFlags CompleteUsername
Field Value
Type Description
WindowsCredentialsFlags

DoNotPersist

Declaration
public const WindowsCredentialsFlags DoNotPersist
Field Value
Type Description
WindowsCredentialsFlags

ExcludeCertificates

Declaration
public const WindowsCredentialsFlags ExcludeCertificates
Field Value
Type Description
WindowsCredentialsFlags

ExpectConfirmation

Declaration
public const WindowsCredentialsFlags ExpectConfirmation
Field Value
Type Description
WindowsCredentialsFlags

GenericCredentials

Declaration
public const WindowsCredentialsFlags GenericCredentials
Field Value
Type Description
WindowsCredentialsFlags

IncorrectPassword

Declaration
public const WindowsCredentialsFlags IncorrectPassword
Field Value
Type Description
WindowsCredentialsFlags

KeepUsername

Declaration
public const WindowsCredentialsFlags KeepUsername
Field Value
Type Description
WindowsCredentialsFlags

None

Declaration
public const WindowsCredentialsFlags None
Field Value
Type Description
WindowsCredentialsFlags

PasswordOnlyOK

Declaration
public const WindowsCredentialsFlags PasswordOnlyOK
Field Value
Type Description
WindowsCredentialsFlags

Persist

Declaration
public const WindowsCredentialsFlags Persist
Field Value
Type Description
WindowsCredentialsFlags

RequestAdministrator

Declaration
public const WindowsCredentialsFlags RequestAdministrator
Field Value
Type Description
WindowsCredentialsFlags

RequireCertificate

Declaration
public const WindowsCredentialsFlags RequireCertificate
Field Value
Type Description
WindowsCredentialsFlags

RequireSmartcard

Declaration
public const WindowsCredentialsFlags RequireSmartcard
Field Value
Type Description
WindowsCredentialsFlags

ServerCredential

Declaration
public const WindowsCredentialsFlags ServerCredential
Field Value
Type Description
WindowsCredentialsFlags

ShowSaveCheckBox

Declaration
public const WindowsCredentialsFlags ShowSaveCheckBox
Field Value
Type Description
WindowsCredentialsFlags

UsernameTargetCredentials

Declaration
public const WindowsCredentialsFlags UsernameTargetCredentials
Field Value
Type Description
WindowsCredentialsFlags

ValidateUsername

Declaration
public const WindowsCredentialsFlags ValidateUsername
Field Value
Type Description
WindowsCredentialsFlags

value__

Declaration
public int value__
Field Value
Type Description
Int32

Extension Methods

UpdateUtils.To<TIn, TOut>(TIn, Func<TIn, TOut>)
JsonStorage.SaveJson<T>(T, Stream)
JsonStorage.SaveJson<T>(T, String)
JsonStorage.ToJsonString<T>(T)
JsonStorage.ReparseAsJson<T>(Object)
JsonStorage.ReparseAsJson<T>(Object, T)
XmlStorage.SaveXml(Object, Stream, String)
XmlStorage.SaveXml<T>(T, String, String)
XmlStorage.ToXmlString(Object, String)
ConversionUtils.ConvertToString<TType>(TType)
In This Article
Back to top Copyright Bastian Eicher