WindowsAuthenticationGetUserInfo Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets details about the user's account.

Namespace: ContentStudio.Security
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected SecurityBaseWinUserInfo GetUserInfo(
	ConnectionId connectionId,
	NTAccount account,
	out bool wasNtlm
)

Parameters

connectionId
Type: ContentStudioConnectionId
A value that identifies the web site
account
Type: System.Security.PrincipalNTAccount
The account to get data for
wasNtlm
Type: SystemBoolean
True if the NTML was used to connect to the security authority

Return Value

Type: SecurityBaseWinUserInfo
a SecurityBaseWinUserInfo structure containing the user info.
Remarks

Initially the method tries with the LDAP provider and after that with the WinNT-provider.
See Also

Reference