[]
Specifies the type of signature handler used to authenticate digital signatures (see Handler).
public enum SignatureHandler
| Name | Description |
|---|---|
| PPKLite | Authenticates using the actual file data (slower but more secure). |
| PPKMS | Authenticates using hash code instead of the actual file data (faster). |