CREDENTIAL_PROVIDER_ACCOUNT_OPTIONS enumeration
Indicates the type of credential that a credential provider should return to associate with the "Other user" tile. Used by ICredentialProviderUserArray_GetAccountOptions.
Syntax
typedef enum CREDENTIAL_PROVIDER_ACCOUNT_OPTIONS { CPAO_NONE = 0x00000000, CPAO_EMPTY_LOCAL = 0x00000001, CPAO_EMPTY_CONNECTED = 0x00000002 } CREDENTIAL_PROVIDER_ACCOUNT_OPTIONS;
Constants
- CPAO_NONE
-
Default. Do not return a credential to associate with the "Other user" tile.
- CPAO_EMPTY_LOCAL
-
Return a credential to associate with the "Other user" tile. This credential can only be used for a local account.
- CPAO_EMPTY_CONNECTED
-
Return a credential to associate with the "Other user" tile. This credential can only be used for a Microsoft account.
Requirements
|
Minimum supported client | Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/28/2012