Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.SecurityCustomSecurity
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
Top
This class represents a custom security handler.
Inheritance Hierarchy
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
The CustomSecurity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() ![]() | CustomSecurity(ICustomSecurityHandler, EncryptionSpecialization) |
Initializes a new instance of the CustomSecurity class.
|
![]() ![]() | CustomSecurity(ICustomSecurityHandler, Permissions, EncryptionSpecialization) |
Initializes a new instance of the CustomSecurity class.
|
Properties
Name | Description | |
---|---|---|
![]() | CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) |
![]() ![]() | EncryptionLevel |
This encryption level used to encrypt this document.
|
![]() | IsEnabled |
Gets a value indicating whether this instance is enabled.
|
![]() ![]() | Permissions |
Gets or sets the permissions.
|
![]() | ResourceType |
Gets the resource type.
(Inherited from Resource.) |
![]() | SecurityHandler |
Gets the security handler.
|
![]() | Specialization |
Gets or sets the encryption specialization.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | IsAllowed |
Determines whether the specified permission is allowed for user.
|
See Also