Expand Minimize
1 out of 1 rated this helpful - Rate this topic

CREDENTIAL_PROVIDER_FIELD_STATE enumeration

Specifies the state of a single field in the credential UI. Used by CREDENTIAL_PROVIDER_FIELD_DESCRIPTOR and ICredentialProviderCredentialEvents::SetFieldState.

Syntax


typedef enum _CREDENTIAL_PROVIDER_FIELD_STATE { 
  CPFS_HIDDEN                      = 0,
  CPFS_DISPLAY_IN_SELECTED_TILE,
  CPFS_DISPLAY_IN_DESELECTED_TILE,
  CPFS_DISPLAY_IN_BOTH
} CREDENTIAL_PROVIDER_FIELD_STATE;

Constants

CPFS_HIDDEN

Do not show the field in any state.

CPFS_DISPLAY_IN_SELECTED_TILE

Show the field when in the selected state.

CPFS_DISPLAY_IN_DESELECTED_TILE

Show the field when in the deselected state.

CPFS_DISPLAY_IN_BOTH

Show the field both when the credential tile is selected and when it is not selected.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Credentialprovider.h

IDL

Credentialprovider.idl

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.