Gets the storage key.
Namespace: TallComponents.Web.PdfAssembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0
Syntax
| C# |
|---|
public string StorageKey { get; private set; } |
| Visual Basic |
|---|
Public Property StorageKey As String Get Private Set |
| Visual C++ |
|---|
public: property String^ StorageKey { String^ get (); private: void set (String^ value); } |
Field Value
The storage key.
Remarks
The storage key is used to retrieve the document from the active storage provider.
For security reasons, the storage key is typically an encrypted value.