ServicePdfLiteSessionProvider Methods |
The ServicePdfLiteSessionProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| AddSession |
The default implementation of the PdfLiteSessionProvider which uses the ASP.NET Core Session State.
(Overrides PdfLiteSessionProviderAddSession(HttpContext, PdfLiteSession).) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GenerateKey |
Gets a string which contains a randomly generated key using RandomNumberGenerator.
(Inherited from PdfLiteSessionProvider.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetSession |
Gets a PdfLiteSession from the provider associated with a given key.
(Overrides PdfLiteSessionProviderGetSession(HttpContext, String).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |