IKeyGenerator

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

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

Methods

GenerateKey

Generates a key.

Signature:
public Byte[] GenerateKey()
Returns

An byte array containing the key.

In this document