ICustomSecurityHandler.IsOwnerPassword
ICustomSecurityHandler.IsOwnerPassword method
Check if the password is the document owner’s password. The method is called after Initialize. The method call is used in the PDF API.
public bool IsOwnerPassword(string password)
Parameter | Type | Description |
---|---|---|
password | String | The password. |
Return Value
True, if it is an owner password.
See Also
- interface ICustomSecurityHandler
- namespace Aspose.Pdf.Security
- assembly Aspose.PDF