Returns derived bytes.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public MustOverride Function GetBytes ( _ cb As Integer _ ) As Byte() |
C# |
---|
public abstract byte[] GetBytes( int cb ) |
Parameters
- cb
- Type: System..::..Int32
The number of bytes to return.