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

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

Identifies the calling Windows user.

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

protected IIdentity Identify(
	ref NTAccount acc,
	ref IdentityReferenceCollection irc
)

Parameters

acc
Type: System.Security.PrincipalNTAccount
The NTAccount representation of the caller. After the call this parameter will be initialized with the callers data.
irc
Type: System.Security.PrincipalIdentityReferenceCollection
An IdentityReferenceCollection. After the call this collection contains the groups where the caller is a member

Return Value

Type: IIdentity
The IIdentity interface identifying the caller
Remarks

The CS Server process identifies and impersonates the caller. When impersonating the caller the service can look at the caller's Token and enumerate the groups that the authority (e.g. login server) has determined that the caller is a member of.
See Also

Reference