EncryptionInfo

EncryptionInfo

Overview

EncryptionInfo is a class in Aspose.PDF FOSS for .NET.

Information about a document’s encryption.

Properties: Algorithm, HasOwnerPassword, HasUserPassword, KeyLength, Revision, Version.

Properties

NameTypeAccessDescription
AlgorithmCryptoAlgorithmRead/WriteGets or sets the algorithm.
KeyLengthintRead/WriteGets or sets the key length.
VersionintRead/WriteGets or sets the version.
RevisionintRead/WriteGets or sets the revision.
HasUserPasswordboolRead/WriteGets or sets the has user password.
HasOwnerPasswordboolRead/WriteGets or sets the has owner password.

See Also