Navigation:  thinBasic Modules > Crypto >

Crypto_GetProviderTypesCount

Previous pageReturn to chapter overviewNext page

 

Description

 

The Crypto_GetProviderTypesCount() function returns the number of cryptographic service provider types currently availables.

 

Syntax

 

Crypto_GetProviderTypesCount() AS NUMBER

 

Returns

 

Returns AS NUMBER

The numbers of cryptographic service provider types found.

 

Parameters

 

Name

Type

Optional

Meaning









 

Remarks

 

This functions relys on Microsoft's Cryptographic Service Provider.

 

Restrictions

 

 

See also

 

Crypto_EnumProviders, Crypto_EnumProviderTypes, Crypto_GetDefaultProvider

 

Examples

 

MsgBox 0, "Numbers of Cryptographic Service Provider Types found : " + _

       Crypto_GetProviderTypesCount()

 

 

© 2004-2008 thinBasic. All rights reserved. Version 1.7.0.0 Web Site: http://www.thinbasic.com