The Reset method resets a CRL distribution information array to a specified number of distribution point structures. The values of all the elements in the array of structures are set to 0.
[VB] void Reset( long DistPointCount ); [JAVA] void Reset( int DistPointCount ); [C++] HRESULT Reset( LONG DistPointCount // in );
This method does not return a value.