public interface IPasswordProvider
Provides the functionality to provide a password for protected documents on-demand.
Modifier and Type | Method and Description |
---|---|
void |
onPasswordRequest(Object sender,
PasswordRequest request)
Processes the password request.
|
void onPasswordRequest(Object sender, PasswordRequest request)
Processes the password request.
sender
- Contains a link to the caller.request
- Contains the password request.Copyright © 2019. All rights reserved.