Class SoContextContainer
Container of NetServer context, managed by plug-in implementing
ISoContextProvider and declared with
Implements
Namespace: SuperOffice.Security.Principal
Assembly: SoCore.dll
Syntax
public sealed class SoContextContainer : Object, ISerializable
Constructors
SoContextContainer(SerializationInfo, StreamingContext)
Constructor called by de-serializer.
Declaration
public SoContextContainer(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | De-serialized informaiton |
StreamingContext | context | Context for the serialization |
Methods
ToString()
If there is a valid inner principal, return his ToString() - generally for debug purposes. An empty string is returned if there is no valid principal (inner principal returned null).
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | Current principal's ToString, or string.Empty if the inner principal is null |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)