SecurityHelperWriteSecureFile Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic static bool WriteSecureFile(
byte[] b,
string filePath
)
Public Shared Function WriteSecureFile (
b As Byte(),
filePath As String
) As Boolean
public:
static bool WriteSecureFile(
array<unsigned char>^ b,
String^ filePath
)
static member WriteSecureFile :
b : byte[] *
filePath : string -> bool
Parameters
- b
- Type: SystemByte
- filePath
- Type: SystemString
Return Value
Type:
Boolean
See Also