public ZeroedBuffer(
int size
)Public Sub New (
size As Integer
)public:
ZeroedBuffer(
int size
)Gemstone.Security.Cryptography.ZeroedBuffer = function(size);Initializes a new instance of the ZeroedBufferT class.
If type T is a reference type, the buffer will be zeroed by setting all elements to null.