Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 2.38 KB

nf-identityprovider-iidentityprovider-delete.md

File metadata and controls

73 lines (59 loc) · 2.38 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:identityprovider.IIdentityProvider.Delete
IIdentityProvider::Delete (identityprovider.h)
Removes the specified identity from the identity store or the specified properties from the identity.
Delete
Delete method [Security]
Delete method [Security]
IIdentityProvider interface
IIdentityProvider interface [Security]
Delete method
IIdentityProvider.Delete
IIdentityProvider::Delete
identityprovider/IIdentityProvider::Delete
security.iidentityprovider_delete
security\iidentityprovider_delete.htm
security
a21aa2eb-2551-4920-a312-34fa327572ca
12/05/2018
Delete, Delete method [Security], Delete method [Security],IIdentityProvider interface, IIdentityProvider interface [Security],Delete method, IIdentityProvider.Delete, IIdentityProvider::Delete, identityprovider/IIdentityProvider::Delete, security.iidentityprovider_delete
identityprovider.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Identityprovider.idl
Windows
19H1
IIdentityProvider::Delete
identityprovider/IIdentityProvider::Delete
c++
APIRef
kbSyntax
COM
Identityprovider.h
IIdentityProvider.Delete

IIdentityProvider::Delete

-description

The Delete method removes the specified identity from the identity store or the specified properties from the identity.

-parameters

-param lpszUniqueID [in]

The unique name associated with the identity.

-param pKeywordsToDelete [in, optional]

The names of properties to delete. If the value of this parameter is NULL, the identity is deleted.

-returns

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.

-see-also

IIdentityProvider