RecipientsGroup Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a group of recipients with equal access permissions.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.SecurityRecipientsGroup

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 RecipientsGroup

The RecipientsGroup type exposes the following members.

Constructors

  NameDescription
Public methodRecipientsGroup(Permissions, X509Certificate2)
Initializes a new instance of the RecipientsGroup class.
Public methodRecipientsGroup(Permissions, Byte, String)
Initializes a new instance of the RecipientsGroup class.
Public methodRecipientsGroup(Permissions, Stream, String)
Initializes a new instance of the RecipientsGroup class.
Public methodRecipientsGroup(Permissions, String, String)
Initializes a new instance of the RecipientsGroup class.
Top
Properties

  NameDescription
Public propertyCertificates
Gets the certificates.
Public propertyCertificatesData
Gets the certificates data.
Public propertyPasswords
Gets the passwords.
Public propertyPermissions
Gets the group permission.
Top
See Also

Reference