Enum Algorithm

Algorithm enumeration

Represents algorithms which can be used to encrypt pdf document.

public enum Algorithm

Values

NameValueDescription
RC40RC4 algorithm.
AES1AES algorithm.

See Also