Mono Class Library: System.Security.Cryptography.DeriveBytes Overview | Members

System.Security.Cryptography.DeriveBytes.GetBytes Method

Return an array of byte of the specified size. The content of the array is based on the informations specified in the constructor and the class algorithm.

public abstract byte[] GetBytes (int cb)

Parameters

cb
The size of the array to be returned.

Returns

An array of bytes of the specified size.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0