Class CurrentWindowsIdentitySupplier
Plug-in adding the currently logged in windows user, provided that the user is not an anonymous user.
Implements
Inherited Members
Namespace: SuperOffice.Security.Principal
Assembly: SoCore.dll
Syntax
[ImplicitIdentitySupplier("CurrentWindowsToken")]
public sealed class CurrentWindowsIdentitySupplier : IImplicitIdentitySupplier
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)
Append grabbed Security Tokens to the list of Security Tokens
Declaration
public void ProcessIdentities(ClaimsIdentitiesBuilder builder)
Parameters
| Type | Name | Description |
|---|---|---|
| ClaimsIdentitiesBuilder | builder | Builder to manage Claim Identities |
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