CustomSecurity Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a custom security handler.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.SecurityCustomSecurity

Namespace:  Apitron.PDF.Kit.Security
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class CustomSecurity : Resource, 
	IDocumentSecurity

The CustomSecurity type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleCustomSecurity(ICustomSecurityHandler, EncryptionSpecialization)
Initializes a new instance of the CustomSecurity class.
Public methodCode exampleCustomSecurity(ICustomSecurityHandler, Permissions, EncryptionSpecialization)
Initializes a new instance of the CustomSecurity class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyCode exampleEncryptionLevel
This encryption level used to encrypt this document.
Public propertyIsEnabled
Gets a value indicating whether this instance is enabled.
Public propertyCode examplePermissions
Gets or sets the permissions.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertySecurityHandler
Gets the security handler.
Public propertySpecialization
Gets or sets the encryption specialization.
Top
Methods

  NameDescription
Public methodCode exampleIsAllowed
Determines whether the specified permission is allowed for user.
Top
See Also

Reference