Click or drag to resize

PdfLiteSessionProviderGenerateKey Method

Gets a string which contains a randomly generated key using RNGCryptoServiceProvider.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public virtual string GenerateKey()

Return Value

Type: String
A string which contains a randomly generated key.
Remarks

Implementations of the PdfLiteSessionProvider (including DefaultPdfLiteSessionProvider) may call this method to obtain a key when a session is being added.

See Also