public final class DocMDPSignature extends Object
Represents the class of document MDP (modification detection and prevention) signature type.
| Constructor and Description |
|---|
DocMDPSignature(Signature signature,
DocMDPAccessPermissions accessPermissions)
Initializes a new instance of the
DocMDPSignature class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getAccessPermissions()
Returns the access permissions granted for this document.
|
Signature |
getSignature()
Returns the signature object that used during signing.
|
public DocMDPSignature(Signature signature, DocMDPAccessPermissions accessPermissions)
Initializes a new instance of the DocMDPSignature class.
signature - The signature object that used during signing.accessPermissions - The access permissions granted for this document.DocMDPAccessPermissionspublic Signature getSignature()
Returns the signature object that used during signing.
public int getAccessPermissions()
Returns the access permissions granted for this document.
DocMDPAccessPermissionsCopyright © 2025 Aspose. All Rights Reserved.