PGPProviderType Property
The PGP provider to use.
Data Type
EnumerationPossible Values
External (0)Internal (1)
Default Value
0Remarks
This property specifies which PGP provider is used. By default the adapter will rely on the an external provider such as GnuPG which is accessed through the interface dll specified by PGPProvider.
When this property is set to ptInternal all cryptographic operations will be performed by the adapter directly using an internal implementation. In this case PGPProvider is not used.