SECBitArray::SECBitArray
template <unsigned int ArraySize_T, class DataType_T>
SECBitArray<ArraySize_T, DataType_T>::SECBitArray(void)
Constructs an SECBitArray object.
Defined in: SECBitmapArray.h
Class Template Arguments
ArraySize_T
The maximum number of bits for the array.
DataType_T
The data type used to make up the array (e.g., DWORD, etc.)
See Also