Class ProcessContextProvider
Plug-in for storing the internal state of NetServer in a process-static variable
Implements
Namespace: SuperOffice.Security.Principal
Assembly: SoCore.dll
Syntax
public class ProcessContextProvider : Object, ISoContextProvider
Constructors
ProcessContextProvider()
Plug-in for storing the internal state of NetServer in a process-static variable
Declaration
public ProcessContextProvider()
Properties
InheritSynchronizationContextInThreadManager
Plug-in for storing the internal state of NetServer in a process-static variable
Declaration
public bool InheritSynchronizationContextInThreadManager { get; }
Property Value
Type | Description |
---|---|
Boolean |
Explicit Interface Implementations
ISoContextProvider.GetCurrentPrincipal()
Plug-in for storing the internal state of NetServer in a process-static variable
Declaration
IPrincipal ISoContextProvider.GetCurrentPrincipal()
Returns
Type | Description |
---|---|
IPrincipal |
ISoContextProvider.SetCurrentPrincipal(IPrincipal)
Plug-in for storing the internal state of NetServer in a process-static variable
Declaration
void ISoContextProvider.SetCurrentPrincipal(IPrincipal principal)
Parameters
Type | Name | Description |
---|---|---|
IPrincipal | principal |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)