SetIdentityProperty

Sets a property for an authenticated identity.

HRESULT SetIdentityProperty(
       IN PassportIdentityHandle hIdentity,
       IN PASSPORTIDENTITYPROPERTY ipProperty,
       IN LPCWSTR wszPropertyValue
       );

Parameters

hIdentity

The identity handle for which the property is set.

ipProperty

A member of the PASSPORTIDENTITYPROPERTY enumeration that indicates the identity property that is to be set. The PUID property is read-only and cannot be set.

wszPropertyValue

A string containing the value of the set property.

Return Value

S_OK. The identity property was successfully set.

See Also

Concepts

Methods