Class CurrentWindowsIdentitySupplier
Plug-in adding the currently logged in windows user, provided that the user is not an anonymous user.
Implements
Namespace: SuperOffice.Security.Principal
Assembly: SoCore.dll
Syntax
[ImplicitIdentitySupplier("CurrentWindowsToken")]
public sealed class CurrentWindowsIdentitySupplier : Object, IImplicitIdentitySupplier, IPlugin
Remarks
Exceptions: we don't care if this fails. Either we're dependent on this token, in which case it will be caught later; or we're not, and then problems here should not matter
Constructors
CurrentWindowsIdentitySupplier()
Plug-in adding the currently logged in windows user, provided that the user is not an anonymous user.
Declaration
public CurrentWindowsIdentitySupplier()
Remarks
Exceptions: we don't care if this fails. Either we're dependent on this token, in which case it will be caught later; or we're not, and then problems here should not matter
Methods
ProcessIdentities(ClaimsIdentitiesBuilder)
Plug-in adding the currently logged in windows user, provided that the user is not an anonymous user.
Declaration
public void ProcessIdentities(ClaimsIdentitiesBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
ClaimsIdentitiesBuilder | builder |
Remarks
Exceptions: we don't care if this fails. Either we're dependent on this token, in which case it will be caught later; or we're not, and then problems here should not matter