Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 = 0,
CPAO_EMPTY_LOCAL = 0x1,
CPAO_EMPTY_CONNECTED = 0x2
} ;
Constants
CPAO_NONE Value: 0 Default. Do not return a credential to associate with the "Other user" tile. |
CPAO_EMPTY_LOCAL Value: 0x1 Return a credential to associate with the "Other user" tile. This credential can only be used for a local account. |
CPAO_EMPTY_CONNECTED Value: 0x2 Return a credential to associate with the "Other user" tile. This credential can only be used for a Microsoft account. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | credentialprovider.h |