Aspose::Pdf::FileChecker::IsContentSafe-metod

FileChecker::IsContentSafe method

Kontrollerar innehållet i filer för att identifiera farligt innehåll. Genom att kontrollera innehållet tillåter vi inte att farligt innehåll läggs till från en textfil via ström.

static bool Aspose::Pdf::FileChecker::IsContentSafe(const System::SharedPtr<System::IO::Stream> &stream)
ParameterTypBeskrivning
strömconst System::SharedPtr<System::IO::Stream>&Innehållsströmmen.

ReturnValue

True if check passed.

Se även