WebCallerContextServiceCurrentWindowsIdentity 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 (24.3.0.1000)
Syntax
public override WindowsIdentity? CurrentWindowsIdentity { get; }

Property Value

Type: WindowsIdentity
The current windows identity or 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 .
See Also