WindowsCredentialsDialogOptions Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum WindowsCredentialsDialogOptions
<FlagsAttribute>
Public Enumeration WindowsCredentialsDialogOptions
Dim instance As WindowsCredentialsDialogOptions
[FlagsAttribute]
public enum class WindowsCredentialsDialogOptions
[<FlagsAttribute>]
type WindowsCredentialsDialogOptions
No code example is currently available or this language may not be supported.
None |
0 |
None.
|
Generic |
1 |
The caller is requesting that the credential provider return the user name and password in plain text.
This value cannot be combined with SecurePrompt.
|
CheckBox |
2 |
The Save check box is displayed in the dialog box.
|
AuthPackageOnly |
16 |
Only credential providers that support the authentication package specified by
the refAuthPackage parameter should be enumerated.
This value cannot be combined with InCredentialOnly.
|
InCredentialOnly |
32 |
Only the credentials specified by the inAuthBuffer parameter for the
authentication package specified by the refAuthPackage parameter should be enumerated.
If this flag is set, and the inAuthBuffer parameter is Zero, the function fails.
This value cannot be combined with AuthPackageOnly.
|
EnumerateAdmins |
256 |
Credential providers should enumerate only administrators.
This value is intended for User Account Control (UAC) purposes only.
We recommend that external callers not set this flag.
|
EnumerateCurrentUser |
512 |
Only the incoming credentials for the authentication package specified by
the refAuthPackage parameter should be enumerated.
|
SecurePrompt |
4,096 |
The credential dialog box should be displayed on the secure desktop.
This value cannot be combined with Generic.
|
PrePrompting |
8,192 |
The credential dialog box is invoked by the SspiPromptForCredentials function,
and the client is prompted before a prior handshake.
If SSPIPFC_NO_CHECKBOX is passed in the inAuthBuffer parameter,
then the credential provider should not display the check box.
|
Pack32Wow |
268,435,456 |
The credential provider should align the credential BLOB pointed to by
the refOutAuthBuffer parameter to a 32-bit boundary,
even if the provider is running on a 64-bit system.
|