Skip to content

Latest commit

 

History

History
124 lines (103 loc) · 3.9 KB

nf-credentialprovider-icredentialprovideruser-getvalue.md

File metadata and controls

124 lines (103 loc) · 3.9 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:credentialprovider.ICredentialProviderUser.GetValue
ICredentialProviderUser::GetValue (credentialprovider.h)
Retrieves a specified property value set for the user.
GetValue
GetValue method [Windows Shell]
GetValue method [Windows Shell]
ICredentialProviderUser interface
ICredentialProviderUser interface [Windows Shell]
GetValue method
ICredentialProviderUser.GetValue
ICredentialProviderUser::GetValue
credentialprovider/ICredentialProviderUser::GetValue
shell.ICredentialProviderUser_GetValue
shell\ICredentialProviderUser_GetValue.htm
shell
CA8CD897-127E-4113-A5A5-08110E0E6C17
12/05/2018
GetValue, GetValue method [Windows Shell], GetValue method [Windows Shell],ICredentialProviderUser interface, ICredentialProviderUser interface [Windows Shell],GetValue method, ICredentialProviderUser.GetValue, ICredentialProviderUser::GetValue, credentialprovider/ICredentialProviderUser::GetValue, shell.ICredentialProviderUser_GetValue
credentialprovider.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
CredentialProvider.idl
CredentialProvider.lib
Authui.dll
Windows
19H1
ICredentialProviderUser::GetValue
credentialprovider/ICredentialProviderUser::GetValue
c++
APIRef
kbSyntax
COM
Authui.dll
ICredentialProviderUser.GetValue

ICredentialProviderUser::GetValue

-description

Retrieves a specified property value set for the user.

-parameters

-param key [in]

One of the following values that specify the property to retrieve.

REFPROPERTYKEY Applies to...
PKEY_Identity_DisplayName Logon and credential UI
PKEY_Identity_UserName Logon and credential UI
PKEY_Identity_QualifiedUserName Logon and credential UI
PKEY_Identity_LogonStatusString Logon UI only
PKEY_Identity_PrimarySid Logon and credential UI
PKEY_Identity_ProviderID Logon and credential UI

-param value [out]

A pointer to a value that, when this method returns successfully, receives the requested property value.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

The PKEY_Identity_DisplayName, PKEY_Identity_UserName, PKEY_Identity_QualifiedUserName, and PKEY_Identity_LogonStatusString values can be retrieved directly as strings through the GetStringValue method.

-see-also

ICredentialProviderUser

ICredentialProviderUser::GetStringValue