Skip to content

libsodium.SecureMemoryblock.ZeroFill

Andrew Lambert edited this page Mar 7, 2017 · 7 revisions

##Method Signatures

 Sub ZeroFill(Offset As Int32 = 0, Length As Int32 = -1)

##Parameters

Name Type Comment
Offset Int32 Optional. If specified, the offset to begin zeroing at.
Length Int32 Optional. If specified, the number of bytes to zero.

##Remarks Fills the SecureMemoryBlock with zeroes, overwriting any previous data. This method is called automatically by the Destructor.

Clone this wiki locally