Discuss this help topic in SecureBlackbox Forum
This property contains the number of registered classes.
Declaration
[C#/Java]
int RegisteredClassCount;
[VB.NET]
Property RegisteredClassCount As Integer
[Pascal]
property RegisteredClassCount : integer;
[C++]
int32_t get_RegisteredClassCount();
[PHP]
integer get_RegisteredClassCount()
Description
Use this property to get the number of currently registered cryptography classes.
Discuss this help topic in SecureBlackbox Forum