Click or drag to resize

DigitalSignatureFieldGetLockedFields Method

Returns the fully-qualified names of all fields locked by this signature using the field permissions feature. Retrieves from the digital signature dictionary if the form field HasCryptographicSignature. Otherwise, retrieves from the Lock entry of the digital signature form field. Result is invalidated by any field additions or removals. Does not take document permissions restrictions into account.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public string[] GetLockedFields()

Return Value

Type: String
An array of Strings representing the fully-qualified names of all fields locked by this signature.
See Also