ICustomSecurityHandler.IsUserPassword
ICustomSecurityHandler.IsUserPassword method
Check if the password belongs to the user (password for opening the document). The method is called after Initialize. The method call is used in the PDF API.
public bool IsUserPassword(string password)
Parameter | Type | Description |
---|---|---|
password | String | The password. |
Return Value
True, if it is a password for opening the document.
See Also
- interface ICustomSecurityHandler
- namespace Aspose.Pdf.Security
- assembly Aspose.PDF