Click or drag to resize

ServicePdfLiteSessionProvider Class

A service based implementation of the PdfLiteSessionProvider which uses the RAD PDF System Service for session management.
Inheritance Hierarchy

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public sealed class ServicePdfLiteSessionProvider : PdfLiteSessionProvider

The ServicePdfLiteSessionProvider type exposes the following members.

Constructors
  NameDescription
Public methodServicePdfLiteSessionProvider
Contructs a new ServicePdfLiteSessionProvider instance for use by RAD PDF.
Top
Methods
  NameDescription
Public methodAddSession
The default implementation of the PdfLiteSessionProvider which uses the ASP.NET Core Session State.
(Overrides PdfLiteSessionProviderAddSession(HttpContext, PdfLiteSession).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGenerateKey
Gets a string which contains a randomly generated key using RNGCryptoServiceProvider.
(Inherited from PdfLiteSessionProvider.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSession
Gets a PdfLiteSession from the provider associated with a given key.
(Overrides PdfLiteSessionProviderGetSession(HttpContext, String).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also