GetBytes Method
Collapse the table of content
Expand the table of content

DeriveBytes.GetBytes Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

When overridden in a derived class, returns pseudo-random key bytes.

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

public abstract byte[] GetBytes(
	int cb
)

Parameters

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

Return Value

Type: System.Byte []
A byte array filled with pseudo-random key bytes.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft