SecretEncryptionUtils..::..GenerateNewSeed Method

Uses RandomNumberGenerator which is derived from RNGCryptoServiceProvider and is supposed to be secure https://blogs.siliconorchid.com/post/coding-inspiration/randomness-in-dotnet/

Namespace:  SecretNET.Common
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public static byte[] GenerateNewSeed(
	int count
)

Parameters

count
Type: Int32

Return Value

System.Byte[].