KeyMaterialDeriver.DeriveKeyMaterial Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9313)
DeriveKeyMaterial(KeyDerivationParameters)
Derives key material.
Declaration
public abstract byte[] DeriveKeyMaterial(KeyDerivationParameters parameters)Parameters
| Type | Name | Description | 
|---|---|---|
| KeyDerivationParameters | parameters | Parameters that specify how to derive the key material.. | 
Returns
| Type | Description | 
|---|---|
| Byte[] | Key material. |