MSFT_MPFCredential


WMI class that represents user credentials for Microsoft® Provisioning Framework (MPF) registered in the configuration database. Used by Configuration Database WMI Provider.

Syntax

class MSFT_MPFCredential
{
	[key]
	sint32 CredentialsId;

	string UserName;
	string Password;
};

Table
MPFCredentials

Properties

CredentialsId *
A string that uniquely identifies the credential.
UserName
A string that stores the user name of the credential.
Password
A string that stores the password of the credential.
 
* Key property

See also

MSDN® information on Windows Management Instrumentation (WMI), Basic Authentication


Up Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.