ServicePdfLiteSessionProviderGetSession Method |
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public override PdfLiteSession GetSession(
string key
)
Public Overrides Function GetSession (
key As String
) As PdfLiteSession
Parameters
- key
- Type: SystemString
A cryptographically strong key which can be used to retrive this PdfLiteSession from the provider.
Return Value
Type:
PdfLiteSessionPdfLiteSession associated with the key if found; otherwise null.
See Also