Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

EncryptionSettings Constructors

Base implementation of the DocumentEncryption interface.
Name Parameters Description
EncryptionSettings() none Initializes a new EncryptionSettings instance with default settings.
EncryptionSettings(String, EncryptionType) password, type Initializes a new EncryptionSettings instance with specified settings.
EncryptionSettings(String) password Initializes a new EncryptionSettings instance with specified settings.
See Also