SecurityHelper WriteSecureFile Method A Sandcastle Documented Class Library
Writes an encrypted version of the given data to the file listed by the filePath argument.

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

public static bool WriteSecureFile(
	byte[] b,
	string filePath
)

Parameters

b
Type:  System Byte 
filePath
Type: System String

Return Value

Type: Boolean
See Also