Programming with Reflection
UseWindowsCryptoAPI
property
Syntax |
object.UseWindowsCryptoAPI |
Data type |
Returns (first syntax line) or specifies (second syntax line) which cryptographic routines Reflection uses for secure SSL/TLS connections. Prior to version 13.0, Reflection used the routines in the Windows cryptographic library. Starting with version 13.0, Reflection installs and uses its own integrated cryptographic library by default.
When Use Windows Crypto API is True, Reflection uses the Windows cryptographic library.
Note: You cannot set this property to True if you are running Reflection in FIPS mode.
The default value is False.