XFINIUM.PDF Documentation
DocumentSecurityStore Property



Xfinium.Pdf Namespace > PdfDocument Class : DocumentSecurityStore Property
Gets or sets the document security store.
Syntax
'Declaration
 
Public Property DocumentSecurityStore As PdfDocumentSecurityStore
'Usage
 
Dim instance As PdfDocument
Dim value As PdfDocumentSecurityStore
 
instance.DocumentSecurityStore = value
 
value = instance.DocumentSecurityStore
public PdfDocumentSecurityStore DocumentSecurityStore {get; set;}
public:
property PdfDocumentSecurityStore^ DocumentSecurityStore {
   PdfDocumentSecurityStore^ get();
   void set (    PdfDocumentSecurityStore^ value);
}

Property Value

A Xfinium.Pdf.DigitalSignatures.PdfDocumentSecurityStore object.
Remarks
The document security store includes relevant information for validating digital signatures.
It supports the ability to add this critical information after the signed document has been created and before this information is no longer available.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfDocument Class
PdfDocument Members