Derives key material.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

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..

Return Value

Key material.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also