Org.BouncyCastle.Crypto.CipherKeyGenerator.engineGenerateKey C# (CSharp) Méthode

engineGenerateKey() protected méthode

protected engineGenerateKey ( ) : byte[]
Résultat byte[]
		protected virtual byte[] engineGenerateKey()
		{
			return random.GenerateSeed(strength);
		}
	}