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.SecurityAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax public static Identity GetCurrent()
Return Value
Type:
IdentitySee Also