Open this page in the API Guide

WebCallerContextService.CurrentWindowsIdentity Property

Gets the WindowsIdentity associated with the caller.

Namespace:  Dundas.BI.WebApi
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public override WindowsIdentity? CurrentWindowsIdentity { get; }

Property Value

Type: WindowsIdentity
The current windows identity or null if there is no authenticated Windows identity associated with the caller.
Remarks
This implementation gets the name of the identity from CurrentPrincipal.Identity, and succeeds only if IsAuthenticated is true.
See Also