IIdentityProvider::Import method (identityprovider.h)

The Import method imports an identity to the system.

Syntax

HRESULT Import(
  [in] IPropertyStore *pPropertyStore
);

Parameters

[in] pPropertyStore

A pointer to the IPropertyStore interface that specifies all information required to create the new identity on the system.

Return value

If the method succeeds, it returns S_OK.

If the method fails, it returns an error code. For a list of common error codes, see Common HRESULT Values.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header identityprovider.h

See also

IIdentityProvider