IKeyGenerator allows the implementation of classes that generates encryption keys for symmetric algorithm.
Generates a key.
public Byte[] GenerateKey()
An byte array containing the key.
In this document