Class ContextContextProvider
Plug-in for storing the internal state of NetServer in a context-static variable
Implements
Namespace: SuperOffice.Security.Principal
Assembly: SoCore.dll
Syntax
public class ContextContextProvider : Object, ISoContextProvider
Constructors
ContextContextProvider()
Plug-in for storing the internal state of NetServer in a context-static variable
Declaration
public ContextContextProvider()
Properties
InheritSynchronizationContextInThreadManager
Plug-in for storing the internal state of NetServer in a context-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 context-static variable
Declaration
IPrincipal ISoContextProvider.GetCurrentPrincipal()
Returns
| Type | Description |
|---|---|
| IPrincipal |
ISoContextProvider.SetCurrentPrincipal(IPrincipal)
Plug-in for storing the internal state of NetServer in a context-static variable
Declaration
void ISoContextProvider.SetCurrentPrincipal(IPrincipal principal)
Parameters
| Type | Name | Description |
|---|---|---|
| IPrincipal | principal |