Navigation: thinBasic Modules > Crypto > Crypto_GetProvidersCount |
|
Description
Returns the number of cryptographic service provider (CSP) currently available.
Syntax
n = Crypto_GetProvidersCount()
Returns
Number.
The number of cryptographic service provider found.
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
This functions is based on Microsoft's Cryptographic Service Provider.
Restrictions
See also
Crypto_EnumProviders, Crypto_EnumProviderTypes, Crypto_GetDefaultProvider
Examples
MSGBOX 0, "Numbers of Cryptographic Service Provider found : " + _
Crypto_GetProvidersCount()
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |