public static byte[] GetNextBytes(
SecureRandom secureRandom,
int length
)
Public Shared Function GetNextBytes (
secureRandom As SecureRandom,
length As Integer
) As Byte()
public:
static array<unsigned char>^ GetNextBytes(
SecureRandom^ secureRandom,
int length
)
Org.BouncyCastle.Security.SecureRandom.GetNextBytes = function(secureRandom, length);