CertificateSecurity Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a public key security
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.SecurityCertificateSecurity

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 CertificateSecurity : Resource, 
	IDocumentSecurity

The CertificateSecurity type exposes the following members.

Constructors

  NameDescription
Public methodCertificateSecurity
Initializes a new instance of the CertificateSecurity class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyEncryptionLevel
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 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