Click or drag to resize

IdentityGetCurrent Method

In case of HTTP request this returns the request user independent of any impersonation, in a list event handler or command line application the user defined by WindowsIdentity.GetCurrent() is returned.

Namespace:  Colygon.MatchPoint.Common.Security
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static Identity GetCurrent()

Return Value

Type: Identity
See Also