Discuss this help topic in SecureBlackbox Forum
Returns the number of trusted service providers.
Declaration
[C#]
int ServiceProviderCount;
[VB.NET]
Property ServiceProviderCount As Integer
[Pascal]
property ServiceProviderCount : integer;
[C++]
int32_t get_ServiceProviderCount();
[PHP]
integer get_ServiceProviderCount()
[Java]
int getServiceProviderCount();
Description
Use this property to check the number of trusted service providers added to the list.
Discuss this help topic in SecureBlackbox Forum