Class DecryptionOptions

Info

Represents Decryption Options for Documentize.Security plugin.

public class DecryptionOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsDecryptionOptions

Implements

Inherited Members

Constructors

DecryptionOptions(string)

Initializes new instance of the Documentize.DecryptionOptions object with default options.

public DecryptionOptions(string ownerPassword)

Parameters

  • ownerPassword string: Owner password.

Properties

OwnerPassword

Owner password.

public string OwnerPassword { get; set; }

Property Value

string

Namespace: Documentize Assembly: Documentize.dll

 English