CallerContextServiceCurrentWindowsIdentity Property  | 
  
    Namespace: 
   Dundas.BI.Services
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic virtual WindowsIdentity? CurrentWindowsIdentity { get; }Public Overridable ReadOnly Property CurrentWindowsIdentity As WindowsIdentity
	Get
public:
virtual property WindowsIdentity^ CurrentWindowsIdentity {
	WindowsIdentity^ get ();
}abstract CurrentWindowsIdentity : WindowsIdentity with get
override CurrentWindowsIdentity : WindowsIdentity with get
Property Value
Type: 
WindowsIdentity
            The current windows identity or 
 if there is no authenticated Windows identity associated with the caller.
            
Remarks
See Also