IAzClientContext::get_UserDn method (azroles.h)

The UserDn property retrieves the name of the current client in distinguished name (DN) format.

This property is read-only.

Syntax

HRESULT get_UserDn(
  BSTR *pbstrProp
);

Parameters

pbstrProp

Return value

None

Remarks

The DN client name is retrieved by impersonating the client token and calling the GetUserNameEx function with NameFullyQualifiedDN specified for the NameFormat parameter.

An example of a client name in DN format is "CN=Ben Smith, OU=Software, OU=Example, O=FourthCoffee, C=US".

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header azroles.h
Library Azroles.lib
DLL Azroles.dll
Redistributable Windows Server 2003 Administration Tools Pack on Windows XP