DefaultPdfLiteSessionProviderRemoveSession Method |
Namespace:
RadPdf.Lite
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic void RemoveSession(
HttpContext context,
string key
)
Public Sub RemoveSession (
context As HttpContext,
key As String
)
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