Crypto_GetProviderTypesCount
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Crypto > Crypto_GetProviderTypesCount |
Description
The Crypto_GetProviderTypesCount() function returns the number of cryptographic service provider types currently availables.
Syntax
numberOfProviders = Crypto_GetProviderTypesCount()
Returns
Number, number of cryptographic service provider types found.
Remarks
This functions relies on Microsoft's Cryptographic Service Provider.
Restrictions
See also
Crypto_EnumProviders, Crypto_EnumProviderTypes, Crypto_GetDefaultProvider
Examples
Uses "Crypto"
MsgBox 0, "Numbers of Cryptographic Service Provider Types found : " +
Crypto_GetProviderTypesCount()