IKeyGenerator

IKeyGenerator allows the implementation of classes that generates encryption keys for symmetric algorithm.

Namespace:
Inetdev.Security.Cryptography
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Methods

GenerateKey

Generates a key for the algorithm.

Signature:
public Byte[] GenerateKey(algorithmType)
Returns

An byte array containing the key.

Parameters
Name Type Summary
algorithmType Type The algorithm type that will use the key.

In this document