Namespace: PdfSharp.Pdf.IO
Determines the type of the password.
public enum PasswordValidity
Inheritance Object → ValueType → Enum → PasswordValidity
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description | 
|---|---|---|
| Invalid | 0 | Password is neither user nor owner password. | 
| UserPassword | 1 | Password is user password. | 
| OwnerPassword | 2 | Password is owner password. |