procedure GetProviderNames(List: TStrings);
Description
Call GetProviderNames to fill the List with the cryptographic service providers available on a computer. List is a TStrings descendant created and maintained by the application.
Cryptographic service provider is an independent software module that actually performs cryptography algorithms for authentication, encoding, and encryption.
See also