IKeyGenerator allows the implementation of classes that generates encryption keys for symmetric algorithm.
Generates a key for the algorithm.
public Byte[] GenerateKey(algorithmType)
An byte array containing the key.
Name | Type | Summary |
---|---|---|
algorithmType | Type | The algorithm type that will use the key. |
In this document