SecurityHelper GetSecureBytes Method A Sandcastle Documented Class Library
Encrypts the passed in byte array.

Namespace: P4s3UtilsLib
Assembly: P4s3UtilsLib (in P4s3UtilsLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static byte[] GetSecureBytes(
	byte[] b
)

Parameters

b
Type:  System Byte 

Return Value

Type:  Byte 
See Also