CryptBinaryConverterCryptFileToBinary Method
Reads the file which is either in binary or base64 encoding or hex formatted and returns decoded bytes.
Namespace: SysadminsLV.PKIAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public static byte[] CryptFileToBinary(
string path
)
Public Shared Function CryptFileToBinary (
path As String
) As Byte()
public:
static array<unsigned char>^ CryptFileToBinary(
String^ path
)
static member CryptFileToBinary :
path : string -> byte[]
- path String
- Specifies the path to a file to read.
ByteDecoded binary copy of the file.