Skip to content

PDFDocumentSecurityStoreItem

Namespace: O2S.Components.PDF4NET.DigitalSignatures

Defines an item stored in a PDFDocumentSecurityStore object.

public class PDFDocumentSecurityStoreItem

Inheritance ObjectPDFDocumentSecurityStoreItem

Remarks

An item can represent a certificate, a certificate revocation list or an OCSP response.

Constructors

PDFDocumentSecurityStoreItem(Byte[])

Initializes a new PDFDocumentSecurityStoreItem object.

public PDFDocumentSecurityStoreItem(Byte[] data)

Parameters

data Byte[]
The data contained in this item.


Properties

Data

Gets the item data.

public Stream Data { get; }

Property Value

Stream
A stream storing the decompressed item data.

Remarks

The stream should be used only for reading the data from the item. Writing data to the stream has no effect on the content of the item.