ICredentialProviderSetUserArray interface (credentialprovider.h)
Provides a method that enables a credential provider to receive the set of users that will be shown in the logon or credential UI.
Inheritance
The ICredentialProviderSetUserArray interface inherits from the IUnknown interface. ICredentialProviderSetUserArray also has these types of members:
Methods
The ICredentialProviderSetUserArray interface has these methods.
ICredentialProviderSetUserArray::SetUserArray Called by the system during the initialization of a logon or credential UI to retrieve the set of users to show in that UI. |
Remarks
When to implement
Implement this interface for credential providers that have a need to know which users will appear in the logon or credential UI.When to use
This interface is used only by the Windows credential provider framework. Its method should not be called by other parties.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 |