| ServicePdfLiteSessionProviderGetSession Method  | 
  
    Namespace: 
   RadPdf.Lite
    Assembly:
   RadPdf (in RadPdf.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic 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
See Also