CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums


Returns pseudo-random key bytes.

Namespace: ?System.Security.Cryptography
Assembly: ?mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function GetBytes ( _
	cb As Integer _
) As Byte()
C#
public override byte[] GetBytes(
	int cb
)
Visual C++
public:
virtual array<unsigned char>^ GetBytes(
	int cb
) override
JavaScript
function getBytes(cb);

Parameters

cb
Type: System..::.Int32
The number of pseudo-random key bytes to generate.

Return Value

A byte array filled with pseudo-random key bytes.

See Also



Free Download:
   
  Privacy | Contact Us
All Times Are GMT