Click or drag to resize

DefaultPdfLiteSessionProviderRemoveSession Method

Removes an existing PdfLiteSession in the provider.

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public void RemoveSession(
	HttpContext context,
	string key
)

Parameters

context
Type: Microsoft.AspNetCore.HttpHttpContext
The current HttpContext for the provider request.
key
Type: SystemString
A cryptographically strong key which can be used to retrive this PdfLiteSession from the provider.
See Also