Table of Contents

Constructor AgileEncryptionSettings

Namespace
DocWright.Cryptography
Assembly
DocWright.Cryptography.dll

AgileEncryptionSettings(string)

Initializes settings for a password.

public AgileEncryptionSettings(string password)

Parameters

password string

The password required to open the document.

Exceptions

ArgumentException

password is null or empty.