ICredentialProviderCredentialWithFieldOptions interface
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.
Members
The ICredentialProviderCredentialWithFieldOptions interface inherits from the IUnknown interface. ICredentialProviderCredentialWithFieldOptions also has these types of members:
Methods
The ICredentialProviderCredentialWithFieldOptions interface has these methods.
| Method | Description |
|---|---|
| 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
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also