Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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_NONEValue: 0 Default. Do not return a credential to associate with the "Other user" tile. |
CPAO_EMPTY_LOCALValue: 0x1 Return a credential to associate with the "Other user" tile. This credential can only be used for a local account. |
CPAO_EMPTY_CONNECTEDValue: 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 |