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

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

Gets some details about the group account.

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

protected SecurityBaseWinUserInfo GetGroupInfo(
	ConnectionId connectionId,
	SecurityIdentifier sid,
	out bool wasNtlm
)

Parameters

connectionId
Type: ContentStudioConnectionId
A value that identifies the web site
sid
Type: System.Security.PrincipalSecurityIdentifier
The account, represented with its sid, 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 information.
Remarks

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

Reference