Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / DocumentSecurityStore Class
Members

In This Topic
    DocumentSecurityStore Class
    In This Topic
    Represents a Document Security Store (DSS). Holds information that can be used to verify signatures offline. See PDF specification for details.
    Object Model
    DocumentSecurityStore Class
    Syntax
    'Declaration
     
    Public Class DocumentSecurityStore 
       Inherits GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
    public class DocumentSecurityStore : GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Wrappers.PdfWrapperBase
          GrapeCity.Documents.Pdf.Wrappers.PdfWrapper<T>
             GrapeCity.Documents.Pdf.Wrappers.PdfDictWrapper
                GrapeCity.Documents.Pdf.Security.DocumentSecurityStore

    See Also