[To be supplied.]
[Visual Basic] MustOverride Public Sub GetNonZeroBytes( _ ByVal data() As Byte _ ) [C#] public abstract void GetNonZeroBytes( byte[] data ); [C++] public: virtual void GetNonZeroBytes( unsigned char* data[] ) = 0; [JScript] public abstract function GetNonZeroBytes( data : Byte[] );
RandomNumberGenerator Class | RandomNumberGenerator Members | System.Security.Cryptography Namespace