SECCryptoFile::SECCryptoFile

Constructs a SECCryptoFile object.

Defined in: CRYPTFIL.CPP

Syntax

SECCryptoFile();

SECCryptoFile(int hFile, const TCHAR *pszPassword, eMode CipherMode);

SECCryptoFile(const TCHAR *pszFileName, const TCHAR *pszPassword,UINT nOpenFlags, eMode CipherMode);

Parameters

*pszFileName

Filename to open.

hFile

File handle.

pszPassword

Password of file.

nOpenFlags

CFile open flags.

CipherMode

Encryption method.

See Also

SECCryptoFile