Class PasswordRequest
This class represents a request for a password.
Inheritance
System.Object
PasswordRequest
Namespace: PSPDFKit.Search
Assembly: PSPDFKit.dll
Syntax
public sealed class PasswordRequest
Constructors
PasswordRequest(Deferral, String)
Constructs the class with a unique id and a deferral.
Declaration
public PasswordRequest(Deferral deferral, string uid)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Deferral | deferral | A deferral that should be set to completed once the password has been set. |
System.String | uid | A unique id for the password request. |
Properties
Deferral
You must call Completed
on the Windows.Foundation.Deferral once finished.
Declaration
public Deferral Deferral { get; }
Property Value
Type | Description |
---|---|
Windows.Foundation.Deferral |
Password
Set the password here to unlock document.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Uid
Uid of the file
Declaration
public string Uid { get; }
Property Value
Type | Description |
---|---|
System.String |