Aspose::Pdf::Facades::PdfFileSignature::VerifySigned method

PdfFileSignature::VerifySigned method

Checks the validity of a signature. The method is deprecated and will be deleted in 25.1 version. Use VerifySignature method instead.

bool Aspose::Pdf::Facades::PdfFileSignature::VerifySigned(const System::String &signName)
ParameterTypeDescription
signNameconst System::String&The name of signature.

ReturnValue

Return a result of bool type.

Deprecated

The method is deprecated and will be deleted in 25.1 version. Use VerifySignature method instead.

See Also