Click or drag to resize

ServicePdfLiteSessionProviderAddSession Method

The default implementation of the PdfLiteSessionProvider which uses the ASP.NET Core Session State.

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public override string AddSession(
	HttpContext context,
	PdfLiteSession session
)

Parameters

context
Type: Microsoft.AspNetCore.HttpHttpContext
The current HttpContext for the provider request.
session
Type: RadPdf.LitePdfLiteSession
PdfLiteSession to be added to the provider.

Return Value

Type: String

A cryptographically strong key which can be used to retrive this PdfLiteSession from the RAD PDF System Service.

See Also