Share via


ServerUtils.GetCurrentUserWindowsIdentityName method

Returns the user name of the current user, if the account is an authenticated Windows identity or claims-based identity.

Namespace:  Microsoft.PerformancePoint.Scorecards.ServerCommon
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Shared Function GetCurrentUserWindowsIdentityName As String
'Usage
Dim returnValue As String

returnValue = ServerUtils.GetCurrentUserWindowsIdentityName()
public static string GetCurrentUserWindowsIdentityName()

Return value

Type: System.String
The user name of the current user, if the account is an authenticated Windows identity or claims-based identity.

See also

Reference

ServerUtils class

ServerUtils members

Microsoft.PerformancePoint.Scorecards.ServerCommon namespace