public static bool AreAllZeroes( byte[] buf, int off, int len )
Public Shared Function AreAllZeroes ( buf As Byte(), off As Integer, len As Integer ) As Boolean
public: static bool AreAllZeroes( array<unsigned char>^ buf, int off, int len )
Org.BouncyCastle.Utilities.Arrays.AreAllZeroes = function(buf, off, len);
In This Article