Derives key material.
            
    Namespace: 
   Rebex.Security.Cryptography
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public MustOverride Function DeriveKeyMaterial ( _ parameters As KeyDerivationParameters _ ) As Byte() | 
| C# | 
|---|
| public abstract byte[] DeriveKeyMaterial( KeyDerivationParameters parameters ) | 
Parameters
- parameters
- Type: Rebex.Security.Cryptography..::..KeyDerivationParameters
 Parameters that specify how to derive the key material..
 
     
     
     
     
    