CallerContextServiceCurrentWindowsIdentity Property |
Gets the WindowsIdentity associated with the caller.
Namespace:
Dundas.BI.Services
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.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
This implementation gets the name of the identity from CurrentPrincipal.Identity,
and succeeds only if IsAuthenticated is .
See Also