PDFDocumentSecurityStoreItem¶
Namespace: O2S.Components.PDF4NET.DigitalSignatures
Defines an item stored in a PDFDocumentSecurityStore object.
Inheritance Object → PDFDocumentSecurityStoreItem
Remarks
An item can represent a certificate, a certificate revocation list or an OCSP response.
Constructors¶
PDFDocumentSecurityStoreItem(Byte[])¶
Initializes a new PDFDocumentSecurityStoreItem object.
Parameters
data Byte[]
The data contained in this item.
Properties¶
Data¶
Gets the item data.
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.