Table of Contents

Enum CredentialFilter

Namespace
System.Windows.Forms
Assembly
NetEx.WinForms.CredentialDialog.dll

Specifies the credentials to display in a CredentialDialog.

public enum CredentialFilter

Fields

AdministratorsOnly = 1

Populate the CredentialDialog with local administrators only.

On Windows XP Home Edition this flag will filter out the well-known Administrator account. On Windows Vista and later this value is intended for User Account Control (UAC) purposes only. We recommend that external callers not set this flag.

AllCredentials = 0

Populate the CredentialDialog with all available credentials.

ExcludeCertificates = 2

Populate the CredentialDialog with usernames only. This option will not display certificates or smart cards in the CredentialDialog.

This option is only applicable on Windows XP and Windows Server 2003, or on later version of Windows when using the CredentialDialog with AutoUpgradeEnabled set to false.

RequireCertificates = 3

Populate the CredentialDialog with certificates and smart cards only. This option will not allow a user name to be entered.

This option is only applicable on Windows XP and Windows Server 2003, or on later version of Windows when using the CredentialDialog with AutoUpgradeEnabled set to false.