ICredentialProviderCredentialWithFieldOptions interface (credentialprovider.h)

Provides a method that enables the credential provider framework to determine whether you've made a customization to a field's option in a logon or credential UI.

Inheritance

The ICredentialProviderCredentialWithFieldOptions interface inherits from the IUnknown interface. ICredentialProviderCredentialWithFieldOptions also has these types of members:

Methods

The ICredentialProviderCredentialWithFieldOptions interface has these methods.

 
ICredentialProviderCredentialWithFieldOptions::GetFieldOptions

Retrieves the current option set for a specified field in a logon or credential UI. Called by the credential provider framework.

Remarks

When to implement

Implement this interface if your credential provider overrides the default field options through ICredentialProviderCredentialEvents2::SetFieldOptions. This enables the credential provider framework to determine the field options that you've specified .

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header credentialprovider.h

See also

IUnknown